Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go-deps group with 13 updates #164

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2023

Bumps the go-deps group with 13 updates:

Package From To
github.com/bufbuild/protocompile 0.5.1 0.6.0
github.com/compose-spec/compose-go 1.17.0 1.20.2
github.com/docker/cli 24.0.5+incompatible 24.0.7+incompatible
github.com/docker/compose/v2 2.14.0 2.23.3
github.com/fsnotify/fsnotify 1.6.0 1.7.0
github.com/go-errors/errors 1.4.2 1.5.1
github.com/goccy/go-yaml 1.8.0 1.11.2
github.com/gookit/color 1.5.2 1.5.4
github.com/onsi/gomega 1.24.1 1.30.0
github.com/unrolled/render 0.0.0-20180914162206-b9786414de4d 1.6.1
github.com/vishvananda/netns 0.0.0-20211101163701-50045581ed74 0.0.4
go.ligato.io/cn-infra/v2 2.5.0-alpha.0.20230824082901-356dce1f1754 2.5.0
go.ligato.io/vpp-agent/v3 3.5.0-alpha.0.20231009134600-723f8db0bf7a 3.5.0

Updates github.com/bufbuild/protocompile from 0.5.1 to 0.6.0

Release notes

Sourced from github.com/bufbuild/protocompile's releases.

v0.6.0

This release contains several breaking changes. Such changes were deemed acceptable since this module has not yet reached v1.0 and the impact on existing user code is likely to be very low.

Fixes:

  1. If a protocompile.Resolver returns search results that include descriptor protos, the compilation step that interprets options could inexplicably fail. This was because the logic was relying on an AST for some metadata about the option declarations in the source. This has been fixed: if a descriptor proto is provided that contains uninterpreted options, they can now be successfully interpreted.

Changes:

  1. Numerous elements have been renamed so that references to "oneof" elements now use the spelling "Oneof" instead of "OneOf" (second "O" now lower-case). This is for consistency with how this is spelled in the core protobuf runtime, in the "google.golang.org/protobuf" module).
    • This is a breaking change. Fixes to user code that may have been broken by this change should be straight-forward and mechanical.
  2. The grammar used to generate the parser has been improved. In particular, all conflicts in the yacc configuration have been eliminated. This does not fix any known bug, but it does provide higher confidence that no latent bugs exist since the generated parser could previously have chosen the wrong action in the face of a conflict.
  3. The function sourceinfo.GenerateSourceInfo now accepts a sourceinfo.OptionIndex instead of an options.Index. It also now accepts variadic options. The function sourceinfo.GenerateSourceInfoWithExtraComments has been removed; its functionality can now be accomplished by passing an option to sourceinfo.GenerateSourceInfo.
    • This is a breaking change. It is expected that these functions, despite being exported, were only used internally by the compiler implementation.
  4. The type options.Index has been removed. Code should instead use the new sourceinfo.OptionIndex type.
    • This is a breaking change. It is expected that this type, despite being exported, was only used internally by the compiler implementation.

Additions:

  1. A new protocompile.SourceInfoMode value has been added: SourceInfoExtraOptionLocations. This can be combined with other values (via bitwise OR) to have the compiler include additional source code info for locations inside message literals in custom option values.
  2. A new sourceinfo.OptionIndex type has been added, along with related types in the same package: OptionSourceInfo, OptionChildrenSourceInfo, ArrayLiteralSourceInfo, and MessageLiteralSourceInfo. These provide a model of source info paths in the interior of an option declaration.
  3. A new sourceinfo.GenerateOption type has been added, allowing the behavior of sourceinfo.GenerateSourceInfo to be customized via variadic options. Options are available for retaining extra comments (sourceinfo.WithExtraComments) and for producing extra locations for option declarations with message literal values (sourceinfo.WithExtraOptionLocations).
Commits
  • 4b4eff5 Allow default json_name on extensions (#164)
  • 472c6fb Bump golang.org/x/tools from 0.10.0 to 0.11.0 in /internal/tools (#161)
  • 6a86e60 Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#157)
  • 730f77b Bump github.com/golangci/golangci-lint from 1.52.2 to 1.53.3 in /internal/too...
  • af60335 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#156)
  • 3399017 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /internal/benchmarks ...
  • 04af82a Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#148)
  • 4022811 Bump golang.org/x/tools from 0.9.1 to 0.10.0 in /internal/tools (#154)
  • 2b29724 Source code info locations inside message literals (#143)
  • c677062 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /internal/benchmarks ...
  • Additional commits viewable in compare view

Updates github.com/compose-spec/compose-go from 1.17.0 to 1.20.2

Release notes

Sourced from github.com/compose-spec/compose-go's releases.

v1.20.2

What's Changed

Full Changelog: compose-spec/compose-go@v1.20.1...v1.20.2

v1.20.1

What's Changed

New Contributors

Full Changelog: compose-spec/compose-go@v1.20.0...v1.20.1

v1.20.0

What's Changed

Full Changelog: compose-spec/compose-go@v1.19.0...v1.20.0

v1.19.0

What's Changed

New Contributors

Full Changelog: compose-spec/compose-go@v1.18.4...v1.19.0

v1.18.4

What's Changed

... (truncated)

Commits
  • e390b97 Add a network-scoped mac_address field
  • 6a91ca5 update compose-spec.json with path and action as required field for develop
  • 0f734f9 v1 branch
  • 0eea9f8 Merge pull request #487 from ndeloof/build-ulimits-v1
  • d91e0e9 add support for build.ulimits
  • 5c2ad73 Merge pull request #484 from ndeloof/inline_config_v1
  • accf4aa add support for inline config
  • 7ef3e28 Merge pull request #475 from ndeloof/decode_labels
  • 317b7c4 label can be set with empty value
  • 7bdb947 Merge pull request #474 from mieubrisse/patch-2
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 24.0.5+incompatible to 24.0.7+incompatible

Commits
  • afdd53b Merge pull request #4629 from thaJeztah/24.0_update_engine
  • 12c309f Merge pull request #4628 from thaJeztah/24.0_backport_bump_compress
  • f427198 vendor: github.com/docker/docker v24.0.6
  • 1777018 vendor: github.com/klauspost/compress v1.17.2
  • cde0441 vendor: github.com/klauspost/compress v1.16.5
  • d9f94d5 Merge pull request #4618 from thaJeztah/24.0_backport_cli-issue-502
  • 54d83fb Add docker ps status descriptions
  • 30a185e Merge pull request #4609 from thaJeztah/24.0_backport_x_net
  • d43c48d vendor: golang.org/x/net v0.17.0
  • 1919679 vendor: golang.org/x/crypto v0.14.0
  • Additional commits viewable in compare view

Updates github.com/docker/compose/v2 from 2.14.0 to 2.23.3

Release notes

Sourced from github.com/docker/compose/v2's releases.

v2.23.3

⚙️ Dependencies

Full Changelog: docker/compose@v2.23.2...v2.23.3

v2.23.2

✨ Features

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: docker/compose@v2.23.1...v2.23.2

v2.23.1

✨ Features

🐛 Fixes

🔧 Internal

... (truncated)

Commits
  • c665c53 bump buildx to v0.12.0 and adapt code to changes
  • a1aceba Merge pull request #11215 from docker/dependabot/go_modules/github.com/compos...
  • a39cf75 build(deps): bump github.com/compose-spec/compose-go
  • 5b0dcc5 Merge pull request #11214 from docker/dependabot/go_modules/github.com/spf13/...
  • 46ba9c9 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • 1148b67 Merge pull request #11142 from docker/dependabot/go_modules/github.com/docker...
  • 5c5d30c build(deps): bump github.com/docker/cli
  • 2068ece Merge pull request #11143 from docker/dependabot/go_modules/github.com/docker...
  • 36fa8d4 build(deps): bump github.com/docker/docker
  • 69985b8 Merge pull request #11112 from docker/dependabot/go_modules/github.com/moby/b...
  • Additional commits viewable in compare view

Updates github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0

Release notes

Sourced from github.com/fsnotify/fsnotify's releases.

v1.7.0

This version of fsnotify needs Go 1.17.

Additions

  • illumos: add FEN backend to support illumos and Solaris. (#371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#550, #572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. (#521)

Changes and fixes

  • inotify: remove watcher if a watched path is renamed (#518)

    After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

    On Windows this does work, and remains working.

  • windows: don't listen for file attribute changes (#520)

    File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

  • windows: return ErrEventOverflow if the buffer is full (#525)

    Before it would merely return "short read", making it hard to detect this error.

  • kqueue: make sure events for all files are delivered properly when removing a watched directory (#526)

    Previously they would get sent with "" (empty string) or "." as the path name.

  • kqueue: don't emit spurious Create events for symbolic links (#524)

    The link would get resolved but kqueue would "forget" it already saw the link itself, resulting on a Create for every Write event for the directory.

  • all: return ErrClosed on Add() when the watcher is closed (#516)

  • other: add Watcher.Errors and Watcher.Events to the no-op Watcher in backend_other.go, making it easier to use on unsupported platforms such as WASM, AIX, etc. (#528)

  • other: use the backend_other.go no-op if the appengine build tag is set; Google AppEngine forbids usage of the unsafe package so the inotify backend won't compile there.

#371: fsnotify/fsnotify#371 #516: fsnotify/fsnotify#516 #518: fsnotify/fsnotify#518 #520: fsnotify/fsnotify#520 #521: fsnotify/fsnotify#521 #524: fsnotify/fsnotify#524 #525: fsnotify/fsnotify#525

... (truncated)

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.7.0 - 2023-10-22

This version of fsnotify needs Go 1.17.

Additions

  • illumos: add FEN backend to support illumos and Solaris. (#371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#550, #572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. (#521)

Changes and fixes

  • inotify: remove watcher if a watched path is renamed (#518)

    After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

    On Windows this does work, and remains working.

  • windows: don't listen for file attribute changes (#520)

    File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

  • windows: return ErrEventOverflow if the buffer is full (#525)

    Before it would merely return "short read", making it hard to detect this error.

  • kqueue: make sure events for all files are delivered properly when removing a watched directory (#526)

    Previously they would get sent with "" (empty string) or "." as the path name.

  • kqueue: don't emit spurious Create events for symbolic links (#524)

... (truncated)

Commits
  • cfc9c4f Few more tiny doc fixes >_<
  • c3fa8e6 Proof-read some docs and prepare 1.7.0 release
  • 5310461 Remove stray trailing space in doc comment
  • f01d91e Add NewBufferedWatcher() (#572)
  • e545940 Merge pull request #589 from fsnotify/win-rm
  • c86f21c Document and test removing watched directory on Windows
  • 68111f2 Merge pull request #588 from fsnotify/illumos
  • 0614185 Add back illumos
  • 2f2332a Idiomatic bitwise operations
  • 769aaa7 Tweak docs
  • Additional commits viewable in compare view

Updates github.com/go-errors/errors from 1.4.2 to 1.5.1

Commits

Updates github.com/goccy/go-yaml from 1.8.0 to 1.11.2

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.11.2

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.1...v1.11.2

1.11.1

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.11.0...v1.11.1

1.11.0

What's Changed

Full Changelog: goccy/go-yaml@v1.10.1...v1.11.0

1.10.1

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.10.0...v1.10.1

... (truncated)

Changelog

Sourced from github.com/goccy/go-yaml's changelog.

1.11.2 - 2023-09-15

Fix bugs

  • Fix quoted comments ( #370 )
  • Fix handle of space at start or last ( #376 )
  • Fix sequence with comment ( #390 )

1.11.1 - 2023-09-14

Fix bugs

  • Handle \r in a double-quoted string the same as \n ( #372 )
  • Replace loop with n.Values = append(n.Values, target.Values...) ( #380 )
  • Skip encoding an inline field if it is null ( #386 )
  • Fix comment parsing with null value ( #388 )

1.11.0 - 2023-04-03

Features

  • Supports dynamically switch encode and decode processing for a given type

1.10.1 - 2023-03-28

Features

  • Quote YAML 1.1 bools at encoding time for compatibility with other legacy parsers
  • Add support of 32-bit architecture

Fix bugs

  • Don't trim all space characters in block style sequence
  • Support strings starting with @

1.10.0 - 2023-03-01

Fix bugs

Reversible conversion of comments was not working in various cases, which has been corrected. Breaking Change exists in the comment map interface. However, if you are dealing with CommentMap directly, there is no problem.

1.9.8 - 2022-12-19

Fix feature

  • Append new line at the end of file ( #329 )

Fix bugs

... (truncated)

Commits

Updates github.com/gookit/color from 1.5.2 to 1.5.4

Release notes

Sourced from github.com/gookit/color's releases.

v1.5.4

Change Log

Fixed

Feature

Other

v1.5.3

Change Log

Feature

Other

Commits
  • 9027b9d ✨ feat: Color add new method: IsBg(), IsFg(), IsOption() for check c...
  • fe2b251 ✨ feat: RGBColor add new method: ToFg(), ToBg() for quick convert
  • 74bb513 🐛 fix: fix convert basic color to rgb color fail
  • 7da3fe3 build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0 (#64)
  • 0354c4a build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#62)
  • dd23b12 build(deps): bump golang.org/x/sys from 0.8.0 to 0.9.0 (#63)
  • 264b64f build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 (#60)
  • 13c3e97 build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 (#59)
  • a43d137 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#57)
  • c0a8b52 {type}:chore: replace all interface{} type to any
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.24.1 to 1.30.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.30.0

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]

v1.29.0

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

v1.28.1

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

v1.28.0

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]

v1.27.10

1.27.10

Fixes

  • fix: go 1.21 adding goroutine ID to creator+location (#685) [bdc7803]

v1.27.9

1.27.9

... (truncated)

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.30.0

Features

  • BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]

Maintenance

  • Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
  • doc: fix type on gleak go doc [f1b8343]

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]

1.27.10

Fixes

  • fix: go 1.21 adding goroutine ID to creator+location (#685) [bdc7803]

1.27.9

Fixes

  • Prevent nil-dereference in format.Object for boxed nil error (#681) [3b31fc3]

Maintenance

  • Bump golang.org/x/net from 0.11.0 to 0.12.0 (#679) [360849b]

... (truncated)

Commits
  • f804ac6 v1.30.0
  • 4da4c7f BeTrueBecause and BeFalseBecause allow for better failure messages
  • 6ca6e97 Bump actions/checkout from 3 to 4 (#694)
  • f1b8343 doc: fix type on gleak go doc
  • b94b195 v1.29.0
  • 2b39142 MatchError can now take an optional func(error) bool + description
  • ab6045c v1.28.1
  • 635d196 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0
  • 14f8859 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d8a6508 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • Additional commits viewable in compare view

Updates github.com/unrolled/render from 0.0.0-20180914162206-b9786414de4d to 1.6.1

Release notes

Sourced from github.com/unrolled/render's releases.

v1.6.1

What's Changed

Full Changelog: unrolled/render@v1.6.0...v1.6.1

v1.6.0

  • Adding ability to set html/template options (commit)

v1.5.0

  • Removed custom html escape code in favor of builtin SetEscapeHTML w...

    Description has been truncated

Bumps the go-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/bufbuild/protocompile](https://github.com/bufbuild/protocompile) | `0.5.1` | `0.6.0` |
| [github.com/compose-spec/compose-go](https://github.com/compose-spec/compose-go) | `1.17.0` | `1.20.2` |
| [github.com/docker/cli](https://github.com/docker/cli) | `24.0.5+incompatible` | `24.0.7+incompatible` |
| [github.com/docker/compose/v2](https://github.com/docker/compose) | `2.14.0` | `2.23.3` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.7.0` |
| [github.com/go-errors/errors](https://github.com/go-errors/errors) | `1.4.2` | `1.5.1` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.8.0` | `1.11.2` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.5.2` | `1.5.4` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.24.1` | `1.30.0` |
| [github.com/unrolled/render](https://github.com/unrolled/render) | `0.0.0-20180914162206-b9786414de4d` | `1.6.1` |
| [github.com/vishvananda/netns](https://github.com/vishvananda/netns) | `0.0.0-20211101163701-50045581ed74` | `0.0.4` |
| [go.ligato.io/cn-infra/v2](https://github.com/ligato/cn-infra) | `2.5.0-alpha.0.20230824082901-356dce1f1754` | `2.5.0` |
| [go.ligato.io/vpp-agent/v3](https://github.com/ligato/vpp-agent) | `3.5.0-alpha.0.20231009134600-723f8db0bf7a` | `3.5.0` |


Updates `github.com/bufbuild/protocompile` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/bufbuild/protocompile/releases)
- [Commits](bufbuild/protocompile@v0.5.1...v0.6.0)

Updates `github.com/compose-spec/compose-go` from 1.17.0 to 1.20.2
- [Release notes](https://github.com/compose-spec/compose-go/releases)
- [Commits](compose-spec/compose-go@v1.17.0...v1.20.2)

Updates `github.com/docker/cli` from 24.0.5+incompatible to 24.0.7+incompatible
- [Commits](docker/cli@v24.0.5...v24.0.7)

Updates `github.com/docker/compose/v2` from 2.14.0 to 2.23.3
- [Release notes](https://github.com/docker/compose/releases)
- [Commits](docker/compose@v2.14.0...v2.23.3)

Updates `github.com/fsnotify/fsnotify` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.6.0...v1.7.0)

Updates `github.com/go-errors/errors` from 1.4.2 to 1.5.1
- [Release notes](https://github.com/go-errors/errors/releases)
- [Commits](go-errors/errors@v1.4.2...v1.5.1)

Updates `github.com/goccy/go-yaml` from 1.8.0 to 1.11.2
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.8.0...v1.11.2)

Updates `github.com/gookit/color` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.5.2...v1.5.4)

Updates `github.com/onsi/gomega` from 1.24.1 to 1.30.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.24.1...v1.30.0)

Updates `github.com/unrolled/render` from 0.0.0-20180914162206-b9786414de4d to 1.6.1
- [Release notes](https://github.com/unrolled/render/releases)
- [Commits](https://github.com/unrolled/render/commits/v1.6.1)

Updates `github.com/vishvananda/netns` from 0.0.0-20211101163701-50045581ed74 to 0.0.4
- [Release notes](https://github.com/vishvananda/netns/releases)
- [Commits](https://github.com/vishvananda/netns/commits/v0.0.4)

Updates `go.ligato.io/cn-infra/v2` from 2.5.0-alpha.0.20230824082901-356dce1f1754 to 2.5.0
- [Release notes](https://github.com/ligato/cn-infra/releases)
- [Changelog](https://github.com/ligato/cn-infra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ligato/cn-infra/commits/v2.5.0)

Updates `go.ligato.io/vpp-agent/v3` from 3.5.0-alpha.0.20231009134600-723f8db0bf7a to 3.5.0
- [Release notes](https://github.com/ligato/vpp-agent/releases)
- [Changelog](https://github.com/ligato/vpp-agent/blob/v3.5.0/CHANGELOG.md)
- [Commits](https://github.com/ligato/vpp-agent/commits/v3.5.0)

---
updated-dependencies:
- dependency-name: github.com/bufbuild/protocompile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/compose-spec/compose-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/docker/compose/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-errors/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/gookit/color
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/unrolled/render
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-deps
- dependency-name: github.com/vishvananda/netns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.ligato.io/cn-infra/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: go.ligato.io/vpp-agent/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependency updates label Nov 26, 2023
@dependabot dependabot bot requested a review from a team November 26, 2023 19:45
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/main/go-deps-775a3b4f81 branch March 31, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants