We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563e256 commit 35090f5Copy full SHA for 35090f5
go.mod
@@ -27,6 +27,7 @@ require (
27
github.com/prometheus/client_golang v1.19.0
28
github.com/stretchr/testify v1.9.0
29
github.com/testcontainers/testcontainers-go v0.30.0
30
+ golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
31
)
32
33
require (
@@ -89,7 +90,6 @@ require (
89
90
go.opentelemetry.io/otel/metric v1.24.0 // indirect
91
go.opentelemetry.io/otel/trace v1.24.0 // indirect
92
go.uber.org/multierr v1.11.0 // indirect
- golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
93
golang.org/x/mod v0.16.0 // indirect
94
golang.org/x/sync v0.7.0 // indirect
95
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
0 commit comments