Skip to content

Commit

Permalink
Bump github.com/onosproject/onos-api/go from 0.10.31 to 0.10.34
Browse files Browse the repository at this point in the history
Bumps [github.com/onosproject/onos-api/go](https://github.com/onosproject/onos-api) from 0.10.31 to 0.10.34.
- [Release notes](https://github.com/onosproject/onos-api/releases)
- [Commits](onosproject/onos-api@v0.10.31...v0.10.34)

---
updated-dependencies:
- dependency-name: github.com/onosproject/onos-api/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 2c7cbeb commit 130978b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 49 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.19

require (
github.com/atomix/go-sdk v0.13.2
github.com/envoyproxy/protoc-gen-validate v0.9.1
github.com/envoyproxy/protoc-gen-validate v1.0.4
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/onosproject/onos-api/go v0.10.31
github.com/google/uuid v1.6.0
github.com/onosproject/onos-api/go v0.10.34
github.com/onosproject/onos-lib-go v0.10.24
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.28.1
github.com/stretchr/testify v1.9.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.33.0
gotest.tools v2.2.0+incompatible
)

Expand All @@ -20,11 +20,11 @@ require (
github.com/kr/pretty v0.3.1 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

Expand All @@ -40,9 +40,9 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
Expand All @@ -62,7 +62,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand All @@ -71,7 +71,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/square/go-jose.v1 v1.1.2 // indirect
Expand Down
Loading

0 comments on commit 130978b

Please sign in to comment.