You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- module gitlink.org.cn/cloudream/common
-
- go 1.22
-
- toolchain go1.23.2
-
- require (
- github.com/antonfisher/nested-logrus-formatter v1.3.1
- github.com/aws/aws-sdk-go-v2 v1.36.3
- github.com/aws/aws-sdk-go-v2/credentials v1.17.62
- github.com/google/uuid v1.3.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/imdario/mergo v0.3.15
- github.com/json-iterator/go v1.1.12
- github.com/magefile/mage v1.15.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/reflect2 v1.0.2
- github.com/otiai10/copy v1.12.0
- github.com/samber/lo v1.36.0
- github.com/sirupsen/logrus v1.9.2
- github.com/smartystreets/goconvey v1.8.0
- github.com/streadway/amqp v1.1.0
- github.com/zyedidia/generic v1.2.1
- go.etcd.io/etcd/client/v3 v3.5.9
- golang.org/x/exp v0.0.0-20230519143937-03e91628a987
- )
-
- require github.com/aws/smithy-go v1.22.2 // indirect
-
- require (
- github.com/benbjohnson/clock v1.3.0 // indirect
- github.com/coreos/go-semver v0.3.0 // indirect
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang/protobuf v1.5.3 // indirect
- github.com/google/go-querystring v1.1.0
- github.com/gopherjs/gopherjs v1.17.2 // indirect
- github.com/hashicorp/errwrap v1.1.0 // indirect
- github.com/jtolds/gls v4.20.0+incompatible // indirect
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/smartystreets/assertions v1.13.1 // indirect
- github.com/stretchr/testify v1.8.2 // indirect
- go.etcd.io/etcd/api/v3 v3.5.9 // indirect
- go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
- go.uber.org/atomic v1.10.0 // indirect
- go.uber.org/goleak v1.1.12 // indirect
- go.uber.org/multierr v1.9.0 // indirect
- go.uber.org/zap v1.24.0 // indirect
- golang.org/x/net v0.8.0 // indirect
- golang.org/x/sys v0.6.0 // indirect
- golang.org/x/text v0.8.0 // indirect
- google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
- google.golang.org/grpc v1.54.0 // indirect
- google.golang.org/protobuf v1.30.0 // indirect
- )
|