Skip to content

Commit fc41aed

Browse files
committed
Update dependencies
1 parent 4399644 commit fc41aed

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
go.opentelemetry.io/otel/sdk v1.19.0
3333
go.opentelemetry.io/otel/trace v1.19.0
3434
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
35-
google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a
35+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
3636
google.golang.org/grpc v1.58.3
3737
google.golang.org/protobuf v1.31.0
3838
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -46,7 +46,7 @@ require (
4646
github.com/buger/jsonparser v1.1.1 // indirect
4747
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4848
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49-
github.com/cloudflare/circl v1.3.3 // indirect
49+
github.com/cloudflare/circl v1.3.5 // indirect
5050
github.com/davecgh/go-spew v1.1.1 // indirect
5151
github.com/fatih/color v1.15.0 // indirect
5252
github.com/fatih/structs v1.1.0 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6161
github.com/mailru/easyjson v0.7.7 // indirect
6262
github.com/mattn/go-colorable v0.1.13 // indirect
63-
github.com/mattn/go-isatty v0.0.19 // indirect
63+
github.com/mattn/go-isatty v0.0.20 // indirect
6464
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
6565
github.com/mitchellh/copystructure v1.2.0 // indirect
6666
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -81,6 +81,6 @@ require (
8181
golang.org/x/sys v0.13.0 // indirect
8282
golang.org/x/text v0.13.0 // indirect
8383
google.golang.org/appengine v1.6.8 // indirect
84-
google.golang.org/genproto v0.0.0-20231012201019-e917dd12ba7a // indirect
85-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
84+
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
85+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
8686
)

go.sum

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)