File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ go.uber.org/zap v1.24.0/go.mod h1:2kMP+WWQ8aoFoedH3T2sq6iJ2yDWpHbP0f6MQbS9Gkg=
6060golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 h1:5llv2sWeaMSnA3w2kS57ouQQ4pudlXrR0dCgw51QK9o =
6161golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 /go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w =
6262golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk =
63+ golang.org/x/mod v0.10.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
6364golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M =
6465golang.org/x/net v0.10.0 /go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg =
6566golang.org/x/sync v0.2.0 h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI =
You can’t perform that action at this time.
0 commit comments