Skip to content

Commit

Permalink
Merge pull request #46 from snapp-incubator/dependabot/go_modules/dev…
Browse files Browse the repository at this point in the history
…-dependencies-46f8ba73f4

chore(deps): bump the dev-dependencies group with 10 updates
  • Loading branch information
m-yosefpor committed Jul 7, 2023
2 parents 5024d5c + ab91346 commit 376901d
Show file tree
Hide file tree
Showing 2 changed files with 1,436 additions and 210 deletions.
28 changes: 10 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,16 @@ module github.com/snapp-incubator/consul-gslb-driver
go 1.16

require (
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/consul/api v1.1.0
github.com/kubernetes-csi/csi-lib-utils v0.9.1
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.2 // indirect
github.com/prometheus/client_golang v1.13.0
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/hashicorp/consul/api v1.22.0
github.com/kubernetes-csi/csi-lib-utils v0.14.0
github.com/prometheus/client_golang v1.16.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
gopkg.in/ini.v1 v1.62.0 // indirect
k8s.io/klog/v2 v2.9.0
github.com/spf13/viper v1.16.0
golang.org/x/net v0.12.0
google.golang.org/grpc v1.56.2
google.golang.org/protobuf v1.31.0
k8s.io/klog/v2 v2.100.1
)
Loading

0 comments on commit 376901d

Please sign in to comment.