Skip to content

Commit b673689

Browse files
committed
chore: go mod tidy
1 parent a33865f commit b673689

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ require (
1414
go.opentelemetry.io/otel/trace v1.15.1
1515
go.uber.org/multierr v1.11.0
1616
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
17+
golang.org/x/tools v0.9.1
1718
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
1819
google.golang.org/grpc v1.54.0
1920
google.golang.org/protobuf v1.30.0
@@ -34,11 +35,11 @@ require (
3435
github.com/segmentio/asm v1.2.0 // indirect
3536
go.uber.org/atomic v1.11.0 // indirect
3637
go.uber.org/zap v1.24.0 // indirect
38+
golang.org/x/mod v0.10.0 // indirect
3739
golang.org/x/net v0.10.0 // indirect
3840
golang.org/x/sync v0.2.0 // indirect
3941
golang.org/x/sys v0.8.0 // indirect
4042
golang.org/x/text v0.9.0 // indirect
41-
golang.org/x/tools v0.9.1 // indirect
4243
gopkg.in/yaml.v2 v2.4.0 // indirect
4344
gopkg.in/yaml.v3 v3.0.1 // indirect
4445
)

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
6060
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 h1:5llv2sWeaMSnA3w2kS57ouQQ4pudlXrR0dCgw51QK9o=
6161
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
6262
golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk=
63+
golang.org/x/mod v0.10.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
6364
golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M=
6465
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
6566
golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=

0 commit comments

Comments
 (0)