-
- Downloads
update go.mod and go.sum
... | @@ -16,7 +16,7 @@ require ( | ... | @@ -16,7 +16,7 @@ require ( |
github.com/stretchr/testify v1.8.4 | github.com/stretchr/testify v1.8.4 | ||
github.com/xtaci/kcp-go v5.4.20+incompatible | github.com/xtaci/kcp-go v5.4.20+incompatible | ||
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb | golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb | ||
golang.org/x/net v0.27.0 | golang.org/x/net v0.32.0 | ||
) | ) | ||
require ( | require ( | ||
... | @@ -67,10 +67,10 @@ require ( | ... | @@ -67,10 +67,10 @@ require ( |
go.mongodb.org/mongo-driver v1.11.3 // indirect | go.mongodb.org/mongo-driver v1.11.3 // indirect | ||
go.opentelemetry.io/otel v1.14.0 // indirect | go.opentelemetry.io/otel v1.14.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.14.0 // indirect | go.opentelemetry.io/otel/trace v1.14.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | golang.org/x/crypto v0.30.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | golang.org/x/text v0.21.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.30.0 // indirect | google.golang.org/protobuf v1.30.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
Please register or sign in to comment