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 across 1 directory with 21 updates #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2024

Bumps the go-deps group with 13 updates in the / directory:

Package From To
github.com/bufbuild/protocompile 0.5.1 0.14.0
github.com/buildkite/interpolate 0.0.0-20200526001904-07f35b4ae251 0.1.2
github.com/compose-spec/compose-go 1.17.0 1.20.2
github.com/docker/cli 24.0.5+incompatible 26.1.4+incompatible
github.com/docker/compose/v2 2.14.0 2.28.0
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.3
github.com/gookit/color 1.5.2 1.5.4
github.com/unrolled/render 0.0.0-20180914162206-b9786414de4d 1.6.1
go.fd.io/govpp 0.8.0 0.10.0
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.14.0

Release notes

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

v0.14.0

This version makes Protobuf Editions available to users of this package, without needing to use a special opt-in that is documented as test-only. It contains one backwards-incompatible change, only for users that used that Editions opt-in: it has been removed since the functionality is now generally available.

What's Changed

Bugfixes

  • Correctly handle groups in the TextName method of field descriptors created by the compiler in #297
  • Fix bug in extension declarations: presence of a declaration implies the range is verified in #303
  • Fix a typo in code that adapts/re-parses features to match a descriptor; addresses a bug in protoutil.ResolveCustomFeature in #305
  • Add more thorough checks for when to adapt a value when resolving custom feature; addresses a deficiency in protoutil.ResolveCustomFeature in #306
  • Correctly handle maps in the Kind method of field descriptors created by the compiler, in files that define a file-wide default of delimited encoding for messages in #312

Enhancements

  • Add google/protobuf/cpp_features.proto, google/protobuf/java_features.proto, and google/protobuf/go_features.proto to the set of files provided by protocomile.WithStandardImports in #295
  • Add some final checks to mirror logic of protoc v27.0: files cannot use custom features defined in the same file, enforce "feature support" options, which define the editions in which a feature and/or feature value can be used in #301 and #309
  • Enable support for Protobuf Editions. To start, this only supports edition 2023. Added in #301
    • This contains a backwards-incompatible change: the editionstesting.AllowEditions() function (which was documented as temporary when introduced in v0.10.0) has been removed.
  • Add wellknownimports package, for providing actual source code for the standard imports (wellknownimports.WithStandardImports is an alternative to protocompile.WithStandardImports) in #310

Other changes

  • Update linker tests to use protodesc to create descriptors from compilation results, to verify compilation results can be correctly processed by protobuf-go runtime in #302
  • Add another (missing) test case for extension declarations in #304

Full Changelog: bufbuild/protocompile@v0.13.0...v0.14.0

v0.13.0

This release includes a single addition to the protocompile.Compiler type.

What's Changed

Enhancements

  • Provide ability for caller to seed/re-use symbol table across compile jobs by @​jhump in #294

Full Changelog: bufbuild/protocompile@v0.12.0...v0.13.0

v0.12.0

This release mostly contains performance improvements. It also includes an addition that makes it possible to implement a descriptor resolver on top of linker.Files much more efficiently, using a *linker.Symbols as an index.

What's Changed

Enhancements

Other changes

  • Disallow options that use message-set-wire-format if Protobuf runtime can't support them by @​jhump in #284
  • Changes ast.NoSourceNode so that its methods now require a pointer receiver by @​jhump in #291
    • This is a backwards-incompatible change. The impact should be low (likely even zero) since most users of this module will not be directly constructing ast.NoSourceNode values or type-asserting ast.Node values to ast.NoSourceNode. The change was made because of non-trivial performance gains, by greatly reducing the number of NoSourceNode values that need to be allocated on the heap when working with a parser.Result that has no AST.

Full Changelog: bufbuild/protocompile@v0.11.0...v0.12.0

v0.11.0

This release includes some more Editions-related work.

... (truncated)

Commits
  • 604d705 Map fields and message values in map entries cannot be group-encoded (#312)
  • 16a0337 Add wellknownimports package, for providing actual source code for the standa...
  • 4190af1 Add final checks that were added to protoc between v27.0-rc3 and final v27.0 ...
  • 85801e4 Add more thorough checks for when to adapt a value when resolving custom feat...
  • 752249d Fix a typo in code that adapts/re-parses features to match a descriptor (#305)
  • 2179754 Add another test case for extension declarations (#304)
  • 54ef548 Last change for Editions: enforce feature lifetimes, and make it available to...
  • 6e58a0c Bump golang.org/x/tools from 0.20.0 to 0.21.0 in /internal/tools (#299)
  • 52103cb Bump github.com/bufbuild/buf from 1.30.1 to 1.31.0 in /internal/tools (#296)
  • 324bc5a Fix bug in extension declarations: presence of a declaration implies the rang...
  • Additional commits viewable in compare view

Updates github.com/buildkite/interpolate from 0.0.0-20200526001904-07f35b4ae251 to 0.1.2

Release notes

Sourced from github.com/buildkite/interpolate's releases.

v0.1.2

What's Changed

Full Changelog: buildkite/interpolate@v0.1.1...v0.1.2

v0.1.1

What's Changed

Full Changelog: buildkite/interpolate@v0.1.0...v0.1.1

v0.1.0

Initial tagged release!

Commits

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 26.1.4+incompatible

Commits
  • 5650f9b Merge pull request #5116 from thaJeztah/26.1_update_engine
  • e8bc27d vendor: github.com/docker/docker de5c9cf0b96e (v26.1.4-dev)
  • 2acb9c2 vendor: github.com/containerd/containerd v1.7.18
  • 230d4d0 vendor: github.com/containerd/containerd v1.7.17
  • 6d47c06 vendor: tags.cncf.io/container-device-interface v0.7.2
  • a6d757c vendor: github.com/Microsoft/hcsshim v0.11.5
  • c463d96 vendor: github.com/opencontainers/image-spec v1.1.0
  • a61a0c3 Merge pull request #5118 from thaJeztah/26.1_backport_bump_go1.21.11
  • 0576b3d update to go1.21.11
  • 60b13f1 Dockerfile: update ALPINE_VERSION to 3.20
  • Additional commits viewable in compare view

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

Release notes

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

v2.28.0

What's Changed

  • bump docker/docker and docker/cli v27.0.1-rc.1, compose-go v2.1.3 (11926)

Full Changelog: docker/compose@v2.27.3...v2.28.0

v2.27.3

What's Changed

  • build(deps): bump github.com/docker/buildx from 0.15.0 to 0.15.1 (11921)
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (11915)

Full Changelog: docker/compose@v2.27.2...v2.27.3

v2.27.2

What's Changed

✨ Improvements

  • Add --environment flag to config command (11891)

🐛 Fixes

  • Prevent concurrent map write relying on project immutability (11860)
  • Fix COMPOSE_PROFILES can be set by .env file (11861)
  • Fix: change append to use slice index in ps (11862)
  • Return an error when --detach and --watch are used together in up command (11890)
  • Fix dot env file to define COMPOSE_* variables(11889)
  • Enforce keyboard.Close is always executed to restore terminal (11896)
  • Stop watch process when associated up process is stopped (11911)
  • Using as flag of the up command, watch was blocking process shutdown (11919)

🔧 Internal

  • Correct typo in comment (11877)
  • Chore(publish): remove unreachable code(11888)
  • Update GH actions versions, update engine matrix, bump Golang to 1.21.11 (11885)
  • Build: replace uses of archive.CanonicalTarNameForPath (11910)
  • Add open watch docs in up menu (11917)

⚙️ Dependencies

  • Build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0(11854)
  • Build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (11883)
  • Build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18 (11897)
  • Build(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (11898)
  • Bump buildkit to 0.14.0 and buildx to 0.15.0 (11913)

New Contributors

Full Changelog: docker/compose@v2.27.1...v2.27.2

... (truncated)

Commits
  • 6a000dc go.mod: github.com/compose-spec/compose-go v2.1.3
  • 2636dcf go.mod: docker/docker and docker/cli v27.0.1-rc.1
  • 77377f2 build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • af1bc28 build(deps): bump github.com/docker/buildx from 0.15.0 to 0.15.1
  • e1fd7a6 using as flag of the up command, watch was blocking process shutdown
  • de478f8 Add open watch docs in up menu
  • 24a281f bump buildkit to v0.14.0 and buildx to v0.15.0
  • 54a5e7d stop watch process when associated up process is stopped
  • 36ef5b3 build(deps): bump github.com/docker/docker
  • 5694a2b build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 24.0.5+incompatible to 27.0.1-rc.1+incompatible

Release notes

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

v27.0.1-rc.1

27.0.1-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug-fixes and enhancements

  • *client.Client instances are now always safe for concurrent use by multiple goroutines. Previously, this could lead to data races when the WithAPIVersionNegotiation() option is used. moby/moby#47961
  • Write volume options JSON atomically to avoid "invalid JSON" errors after system crash. moby/moby#48034
  • Allow multiple macvlan networks with the same parent. moby/moby#47318

API

  • Introduce Ulimit type-alias for github.com/docker/go-units.Ulimit. The Ulimits type as used in the API is defined in a go-module that will transition to a new location in future. A type-alias is added to help transition of this type to it's new location. The alias makes sure that existing code continues to work, but its definition may change in future. Users are recommended to use this alias instead of the units.Ulimit directly. moby/moby#48023
  • Move BlkioStatEntry, BlkioStats, CPUStats, CPUUsage, MemoryStats, NetworkStats, PidsStats, Stats, StatsJSON, StorageStats, ThrottlingData to api/types/container package. moby/moby#48040
  • POST /services/create and POST /services/{id}/update now support OomScoreAdj. moby/moby#47950
  • runconfig: deprecate DefaultDaemonNetworkMode and move to daemon/network moby/moby#48008
  • runconfig: deprecate IsPreDefinedNetwork. moby/moby#48011
  • runconfig: deprecate opts.ConvertKVStringsToMap. This utility is no longer used, and will be removed in the next release. moby/moby#48016

Removed

Packaging updates

v27.0.0-rc.2

27.0.0-rc.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 018d93d Merge pull request #47961 from gtomitsuka/gabriel/data-races
  • 1a1f3cf Merge pull request #48011 from thaJeztah/deprecate_runconfig_IsPreDefinedNetwork
  • 202de33 Merge pull request #48040 from thaJeztah/move_stats
  • d22d8a7 runconfig: deprecate IsPreDefinedNetwork
  • a24af26 Merge pull request #48037 from thaJeztah/registry_cleanups
  • b5d3c47 Merge pull request #48033 from thaJeztah/api_update_examples
  • 0a4277a api/types: move stats-types to api/types/container
  • fe60fa2 Merge pull request #48039 from thaJeztah/fixo_typo
  • 5ace798 Merge pull request #48041 from thaJeztah/rename_statsresponse
  • 91a2a57 api/types: rename container.StatsResponse to StatsResponseReader
  • 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.3

Release notes

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

1.11.3

What's Changed

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

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

... (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...

    Description has been truncated

Bumps the go-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/bufbuild/protocompile](https://github.com/bufbuild/protocompile) | `0.5.1` | `0.14.0` |
| [github.com/buildkite/interpolate](https://github.com/buildkite/interpolate) | `0.0.0-20200526001904-07f35b4ae251` | `0.1.2` |
| [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` | `26.1.4+incompatible` |
| [github.com/docker/compose/v2](https://github.com/docker/compose) | `2.14.0` | `2.28.0` |
| [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.3` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.5.2` | `1.5.4` |
| [github.com/unrolled/render](https://github.com/unrolled/render) | `0.0.0-20180914162206-b9786414de4d` | `1.6.1` |
| [go.fd.io/govpp](https://github.com/FDio/govpp) | `0.8.0` | `0.10.0` |
| [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.14.0
- [Release notes](https://github.com/bufbuild/protocompile/releases)
- [Commits](bufbuild/protocompile@v0.5.1...v0.14.0)

Updates `github.com/buildkite/interpolate` from 0.0.0-20200526001904-07f35b4ae251 to 0.1.2
- [Release notes](https://github.com/buildkite/interpolate/releases)
- [Commits](https://github.com/buildkite/interpolate/commits/v0.1.2)

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 26.1.4+incompatible
- [Commits](docker/cli@v24.0.5...v26.1.4)

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

Updates `github.com/docker/docker` from 24.0.5+incompatible to 27.0.1-rc.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.5...v27.0.1-rc.1)

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.3
- [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.3)

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.29.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.29.0)

Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.1)

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.fd.io/govpp` from 0.8.0 to 0.10.0
- [Changelog](https://github.com/FDio/govpp/blob/master/CHANGELOG.md)
- [Commits](FDio/govpp@v0.8.0...v0.10.0)

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)

Updates `golang.org/x/exp` from 0.0.0-20230713183714-613f0c0eb8a1 to 0.0.0-20240112132812-db7319d0e0e3
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/sys` from 0.13.0 to 0.21.0
- [Commits](golang/sys@v0.13.0...v0.21.0)

Updates `google.golang.org/grpc` from 1.56.2 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.56.2...v1.59.0)

Updates `google.golang.org/protobuf` from 1.30.0 to 1.34.2-0.20240529085009-ca837e5c658b

---
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/buildkite/interpolate
  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-major
  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/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  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/spf13/cobra
  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.fd.io/govpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependency updates label Jun 23, 2024
@dependabot dependabot bot requested a review from a team June 23, 2024 19:51
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.

0 participants