|
@@ -8,6 +8,7 @@ require (
|
|
|
github.com/compose-spec/compose-go v1.8.2
|
|
|
github.com/containerd/console v1.0.3
|
|
|
github.com/containerd/containerd v1.6.15
|
|
|
+ github.com/cucumber/godog v0.0.0-00010101000000-000000000000
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
|
|
|
github.com/docker/buildx v0.9.1 // when updating, also update the replace rules accordingly
|
|
|
github.com/docker/cli v20.10.20+incompatible // replaced; see replace rule for actual version
|
|
@@ -15,11 +16,12 @@ require (
|
|
|
github.com/docker/docker v20.10.20+incompatible // replaced; see replace rule for actual version
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
github.com/docker/go-units v0.5.0
|
|
|
+ github.com/fsnotify/fsnotify v1.6.0
|
|
|
github.com/golang/mock v1.6.0
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
|
github.com/hashicorp/go-version v1.6.0
|
|
|
- github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
|
+ github.com/mitchellh/mapstructure v1.5.0
|
|
|
github.com/moby/buildkit v0.10.4 // replaced; see replace rule for actual version
|
|
|
github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
|
|
|
github.com/morikuni/aec v1.0.0
|
|
@@ -42,11 +44,15 @@ require (
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
+ github.com/bugsnag/bugsnag-go v1.5.0 // indirect
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
+ github.com/cloudflare/cfssl v1.4.1 // indirect
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
|
+ github.com/cucumber/gherkin-go/v19 v19.0.3 // indirect
|
|
|
+ github.com/cucumber/messages-go/v16 v16.0.1 // indirect
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
|
@@ -57,6 +63,7 @@ require (
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
github.com/gofrs/flock v0.8.0 // indirect
|
|
|
+ github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
@@ -68,17 +75,21 @@ require (
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
+ github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
+ github.com/hashicorp/go-memdb v1.3.2 // indirect
|
|
|
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
|
+ github.com/jinzhu/gorm v1.9.11 // indirect
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
+ github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
|
- github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
@@ -96,6 +107,7 @@ require (
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 // indirect
|
|
|
+ github.com/spf13/viper v1.4.0 // indirect
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 // indirect
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
|
|
@@ -119,7 +131,7 @@ require (
|
|
|
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
|
|
|
golang.org/x/net v0.4.0 // indirect
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
|
- golang.org/x/sys v0.3.0 // indirect
|
|
|
+ golang.org/x/sys v0.4.0 // indirect
|
|
|
golang.org/x/term v0.3.0 // indirect
|
|
|
golang.org/x/text v0.6.0 // indirect
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
@@ -137,21 +149,6 @@ require (
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
)
|
|
|
|
|
|
-require github.com/cucumber/godog v0.0.0-00010101000000-000000000000
|
|
|
-
|
|
|
-require (
|
|
|
- github.com/bugsnag/bugsnag-go v1.5.0 // indirect
|
|
|
- github.com/cloudflare/cfssl v1.4.1 // indirect
|
|
|
- github.com/cucumber/gherkin-go/v19 v19.0.3 // indirect
|
|
|
- github.com/cucumber/messages-go/v16 v16.0.1 // indirect
|
|
|
- github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
|
- github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
|
- github.com/hashicorp/go-memdb v1.3.2 // indirect
|
|
|
- github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
- github.com/jinzhu/gorm v1.9.11 // indirect
|
|
|
- github.com/spf13/viper v1.4.0 // indirect
|
|
|
-)
|
|
|
-
|
|
|
replace (
|
|
|
// Override for e2e tests
|
|
|
github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
|