diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-24 17:40:45 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-24 17:40:45 -0600 |
| commit | d48fe690c3c071cb5c8e3aa4d4672a32230a5e2d (patch) | |
| tree | 414f9e91877e901cb3de12be6f466cb4929f55ab /vendor/modules.txt | |
| parent | 7257c213887c6a80f727642b016606ec10340ed9 (diff) | |
refactor: extract job to process relationship updates in background
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 03fec83..4dab1c0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -276,9 +276,6 @@ github.com/bits-and-blooms/bloom/v3 # github.com/bmatcuk/doublestar/v4 v4.7.1 ## explicit; go 1.16 github.com/bmatcuk/doublestar/v4 -# github.com/braydonk/yaml v0.9.0 -## explicit; go 1.11 -github.com/braydonk/yaml # github.com/bufbuild/protocompile v0.14.1 ## explicit; go 1.21 github.com/bufbuild/protocompile @@ -560,20 +557,21 @@ github.com/google/jsonapi # github.com/google/uuid v1.6.0 ## explicit github.com/google/uuid -# github.com/google/yamlfmt v0.16.0 +# github.com/google/yamlfmt v0.17.2 ## explicit; go 1.21 github.com/google/yamlfmt github.com/google/yamlfmt/cmd/yamlfmt github.com/google/yamlfmt/command github.com/google/yamlfmt/engine github.com/google/yamlfmt/formatters/basic -github.com/google/yamlfmt/formatters/basic/anchors +github.com/google/yamlfmt/formatters/basic/features github.com/google/yamlfmt/internal/collections github.com/google/yamlfmt/internal/features github.com/google/yamlfmt/internal/gitlab github.com/google/yamlfmt/internal/hotfix github.com/google/yamlfmt/internal/logger github.com/google/yamlfmt/internal/multilinediff +github.com/google/yamlfmt/pkg/yaml # github.com/gookit/color v1.5.4 ## explicit; go 1.18 github.com/gookit/color |
