Skip to content

Commit

Permalink
Bump github.com/onosproject/onos-api/go from 0.7.110 to 0.10.33
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.7.110 to 0.10.33.
- [Release notes](https://github.com/onosproject/onos-api/releases)
- [Commits](onosproject/onos-api@v0.7.110...v0.10.33)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 08d3d5d commit 9414e1c
Show file tree
Hide file tree
Showing 2 changed files with 919 additions and 37 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.2 // indirect
github.com/google/pprof v0.0.0-20211108044417-e9b028704de0
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d
Expand All @@ -16,19 +15,17 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onosproject/onos-api/go v0.7.110
github.com/onosproject/onos-api/go v0.10.33
github.com/onosproject/onos-lib-go v0.7.13
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/prometheus/client_golang v0.9.3
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/spf13/afero v1.4.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.33.2
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.54.0
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit 9414e1c

Please sign in to comment.