File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.24.0
55require (
66 github.com/cucumber/godog v0.15.1
77 github.com/go-logr/logr v1.4.3
8+ go.opentelemetry.io/otel v1.38.0
89 go.uber.org/mock v0.6.0
910 golang.org/x/text v0.29.0
1011)
@@ -17,6 +18,4 @@ require (
1718 github.com/hashicorp/go-memdb v1.3.4 // indirect
1819 github.com/hashicorp/golang-lru v1.0.2 // indirect
1920 github.com/spf13/pflag v1.0.7 // indirect
20- github.com/stretchr/testify v1.11.1 // indirect
21- go.opentelemetry.io/otel v1.38.0 // indirect
2221)
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
1515github.com/gofrs/uuid v4.3.1+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
1616github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
1717github.com/gofrs/uuid v4.4.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
18+ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
19+ github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
1820github.com/hashicorp/go-immutable-radix v1.3.0 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
1921github.com/hashicorp/go-immutable-radix v1.3.1 h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc =
2022github.com/hashicorp/go-immutable-radix v1.3.1 /go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60 =
You can’t perform that action at this time.
0 commit comments