Skip to content

Commit

Permalink
build(deps): bump google.golang.org/grpc from 1.48.0 to 1.59.0
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.48.0...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 28, 2023
1 parent cf165e6 commit 1fb1f52
Show file tree
Hide file tree
Showing 2 changed files with 1,159 additions and 57 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/circonus-labs/circonus-unified-agent
go 1.16

require (
cloud.google.com/go/kms v1.4.0 // indirect
cloud.google.com/go/monitoring v1.6.0
cloud.google.com/go/pubsub v1.3.1
cloud.google.com/go/monitoring v1.15.1
cloud.google.com/go/pubsub v1.33.0
collectd.org v0.3.0
github.com/Azure/azure-event-hubs-go/v3 v3.2.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.4.1
Expand All @@ -16,7 +15,7 @@ require (
github.com/Shopify/sarama v1.27.2
github.com/aerospike/aerospike-client-go v1.27.0
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4
github.com/apache/thrift v0.13.0
github.com/apache/thrift v0.16.0
github.com/aristanetworks/glog v0.0.0-20191112221043-67e8567f59f3 // indirect
github.com/aristanetworks/goarista v0.0.0-20190325233358-a123909ec740
github.com/armon/go-metrics v0.3.0 // indirect
Expand Down Expand Up @@ -49,7 +48,7 @@ require (
github.com/gofrs/uuid v2.1.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec
github.com/golang/protobuf v1.5.2
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v32 v32.1.0
github.com/gopcua/opcua v0.1.12
Expand Down Expand Up @@ -91,7 +90,7 @@ require (
github.com/openconfig/gnmi v0.0.0-20180912164834-33a1865c3029
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
github.com/openzipkin/zipkin-go-opentracing v0.3.4
github.com/prometheus/client_model v0.2.0
github.com/prometheus/client_model v0.4.0
github.com/prometheus/common v0.10.0
github.com/prometheus/procfs v0.6.0
github.com/riemann/riemann-go-client v0.5.0
Expand All @@ -114,16 +113,17 @@ require (
github.com/yuin/gopher-lua v0.0.0-20180630135845-46796da1b0b4 // indirect
go.starlark.net v0.0.0-20200901195727-6e684ef5eeee
golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
golang.org/x/sync v0.1.0
golang.org/x/oauth2 v0.11.0
golang.org/x/sync v0.3.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
golang.zx2c4.com/wireguard v0.0.0-20210604143328-f9b48a961cd2 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5
google.golang.org/api v0.91.0
google.golang.org/genproto v0.0.0-20220808131553-a91ffa7f803e
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
google.golang.org/api v0.126.0
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
gopkg.in/gorethink/gorethink.v3 v3.0.5
gopkg.in/ldap.v3 v3.1.0
Expand All @@ -133,7 +133,7 @@ require (
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
k8s.io/client-go v0.25.0
modernc.org/sqlite v1.7.5
modernc.org/sqlite v1.18.2
)

// replaced due to https://github.com/satori/go.uuid/issues/73
Expand Down
Loading

0 comments on commit 1fb1f52

Please sign in to comment.