@@ -6,23 +6,15 @@ require (
6
6
cuelang.org/go v0.4.3
7
7
github.com/AlecAivazis/survey/v2 v2.3.1
8
8
github.com/Masterminds/semver v1.5.0
9
- github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3 // indirect
10
9
github.com/Pallinder/go-randomdata v1.2.0
11
10
github.com/ahmetb/go-linq v3.0.0+incompatible
12
- github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
13
11
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
14
12
github.com/avast/retry-go v3.0.0+incompatible
15
13
github.com/briandowns/spinner v1.8.0
16
14
github.com/buger/jsonparser v1.1.1
17
15
github.com/cheggaaa/pb/v3 v3.0.8
18
16
github.com/cockroachdb/redact v1.1.3
19
- github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
20
- github.com/coreos/bbolt v1.3.2 // indirect
21
- github.com/coreos/etcd v3.3.10+incompatible // indirect
22
- github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
23
- github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
24
17
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3
25
- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
26
18
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
27
19
github.com/fatih/color v1.13.0
28
20
github.com/gin-contrib/cors v1.3.0
@@ -32,13 +24,9 @@ require (
32
24
github.com/goccy/go-yaml v1.9.5
33
25
github.com/gofrs/uuid v3.2.0+incompatible
34
26
github.com/gonvenience/ytbx v1.4.2
35
- github.com/gorilla/websocket v1.4.0 // indirect
36
- github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
37
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
38
27
github.com/hashicorp/go-multierror v1.1.1
39
28
github.com/hexops/gotextdiff v1.0.3
40
29
github.com/homeport/dyff v1.4.5
41
- github.com/jonboulle/clockwork v0.1.0 // indirect
42
30
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
43
31
github.com/lib/pq v1.1.1
44
32
github.com/magiconair/properties v1.8.6 // indirect
@@ -49,27 +37,19 @@ require (
49
37
github.com/olekukonko/tablewriter v0.0.5
50
38
github.com/onsi/ginkgo v1.16.4
51
39
github.com/onsi/gomega v1.16.0
52
- github.com/opencontainers/runc v1.0.0-rc93 // indirect
53
- github.com/ory/dockertest/v3 v3.6.3
40
+ github.com/ory/dockertest/v3 v3.9.1
54
41
github.com/parnurzeal/gorequest v0.2.16
55
42
github.com/pkg/errors v0.9.1
56
- github.com/prometheus/tsdb v0.7.1 // indirect
57
- github.com/sirupsen/logrus v1.7.0
43
+ github.com/sirupsen/logrus v1.8.1
58
44
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
59
- github.com/soheilhy/cmux v0.1.4 // indirect
60
45
github.com/spf13/afero v1.6.0
61
46
github.com/spf13/cobra v1.4.0
62
47
github.com/spf13/pflag v1.0.5
63
48
github.com/spf13/viper v1.10.0
64
- github.com/stretchr/testify v1.7.0
49
+ github.com/stretchr/testify v1.7.1
65
50
github.com/subosito/gotenv v1.2.0
66
- github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
67
51
github.com/vektah/gqlparser/v2 v2.4.3
68
- github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
69
- github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
70
- go.etcd.io/bbolt v1.3.2 // indirect
71
52
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
72
- gopkg.in/resty.v1 v1.12.0 // indirect
73
53
gopkg.in/src-d/go-git.v4 v4.13.1
74
54
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
75
55
moul.io/http2curl v1.0.0 // indirect
0 commit comments