Skip to content

Commit 7403413

Browse files
SamirTalwarhasura-bot
authored andcommitted
CLI: Upgrade Dockertest to try and fix the build on CI.
PR-URL: hasura/graphql-engine-mono#6184 GitOrigin-RevId: 796f400fd45a58a5a81212e04a0730c53f04899a
1 parent 64c40b9 commit 7403413

File tree

2 files changed

+60
-123
lines changed

2 files changed

+60
-123
lines changed

cli/go.mod

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,15 @@ require (
66
cuelang.org/go v0.4.3
77
github.com/AlecAivazis/survey/v2 v2.3.1
88
github.com/Masterminds/semver v1.5.0
9-
github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3 // indirect
109
github.com/Pallinder/go-randomdata v1.2.0
1110
github.com/ahmetb/go-linq v3.0.0+incompatible
12-
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
1311
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
1412
github.com/avast/retry-go v3.0.0+incompatible
1513
github.com/briandowns/spinner v1.8.0
1614
github.com/buger/jsonparser v1.1.1
1715
github.com/cheggaaa/pb/v3 v3.0.8
1816
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
2417
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3
25-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2618
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
2719
github.com/fatih/color v1.13.0
2820
github.com/gin-contrib/cors v1.3.0
@@ -32,13 +24,9 @@ require (
3224
github.com/goccy/go-yaml v1.9.5
3325
github.com/gofrs/uuid v3.2.0+incompatible
3426
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
3827
github.com/hashicorp/go-multierror v1.1.1
3928
github.com/hexops/gotextdiff v1.0.3
4029
github.com/homeport/dyff v1.4.5
41-
github.com/jonboulle/clockwork v0.1.0 // indirect
4230
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
4331
github.com/lib/pq v1.1.1
4432
github.com/magiconair/properties v1.8.6 // indirect
@@ -49,27 +37,19 @@ require (
4937
github.com/olekukonko/tablewriter v0.0.5
5038
github.com/onsi/ginkgo v1.16.4
5139
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
5441
github.com/parnurzeal/gorequest v0.2.16
5542
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
5844
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
59-
github.com/soheilhy/cmux v0.1.4 // indirect
6045
github.com/spf13/afero v1.6.0
6146
github.com/spf13/cobra v1.4.0
6247
github.com/spf13/pflag v1.0.5
6348
github.com/spf13/viper v1.10.0
64-
github.com/stretchr/testify v1.7.0
49+
github.com/stretchr/testify v1.7.1
6550
github.com/subosito/gotenv v1.2.0
66-
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
6751
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
7152
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
72-
gopkg.in/resty.v1 v1.12.0 // indirect
7353
gopkg.in/src-d/go-git.v4 v4.13.1
7454
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
7555
moul.io/http2curl v1.0.0 // indirect

0 commit comments

Comments
 (0)