forked from yugabyte/yb-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
53 lines (50 loc) · 2.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/yugabyte/yb-tools
go 1.16
require (
github.com/alexeyco/simpletable v1.0.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/blang/vfs v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v1.1.0
github.com/go-logr/zapr v1.1.0
github.com/go-openapi/errors v0.20.1
github.com/go-openapi/loads v0.20.3 // indirect
github.com/go-openapi/runtime v0.20.0
github.com/go-openapi/spec v0.20.4 // indirect
github.com/go-openapi/strfmt v0.20.3
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.3
github.com/go-stack/stack v1.8.1 // indirect
github.com/go-swagger/go-swagger v0.28.0 // indirect
github.com/gocql/gocql v0.0.0-20210817081954-bc256bbb90de
github.com/golangci/golangci-lint v1.42.1
github.com/google/uuid v1.3.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/icza/gox v0.0.0-20210726201659-cd40a3f8d324
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
github.com/juju/persistent-cookiejar v0.0.0-20171026135701-d5e5a8405ef9
github.com/kr/pretty v0.3.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.9.0
github.com/spyzhov/ajson v0.4.2
github.com/yudai/gojsondiff v1.0.0
github.com/yugabyte/gocql v0.0.0-20200602185649-ef3952a45ff4
go.mongodb.org/mongo-driver v1.7.3 // indirect
go.uber.org/zap v1.19.0
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20211008194852-3b03d305991f
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/tools v0.1.7 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/errgo.v1 v1.0.1 // indirect
gopkg.in/retry.v1 v1.0.3 // indirect
)
replace github.com/juju/persistent-cookiejar v0.0.0-20171026135701-d5e5a8405ef9 => github.com/andrewstuart/persistent-cookiejar v0.0.0-20181121031108-afb54bd74b6b