|
@@ -22,12 +22,12 @@ require (
|
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/docker/go-units v0.5.0
|
|
|
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
|
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
|
|
github.com/fsnotify/fsevents v0.2.0
|
|
github.com/fsnotify/fsevents v0.2.0
|
|
|
|
|
+ github.com/go-viper/mapstructure/v2 v2.4.0
|
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/go-cmp v0.7.0
|
|
|
github.com/hashicorp/go-version v1.7.0
|
|
github.com/hashicorp/go-version v1.7.0
|
|
|
github.com/jonboulle/clockwork v0.5.0
|
|
github.com/jonboulle/clockwork v0.5.0
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
|
- github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
|
github.com/moby/buildkit v0.24.0
|
|
github.com/moby/buildkit v0.24.0
|
|
|
github.com/moby/go-archive v0.1.0
|
|
github.com/moby/go-archive v0.1.0
|
|
|
github.com/moby/patternmatcher v0.6.0
|
|
github.com/moby/patternmatcher v0.6.0
|
|
@@ -101,7 +101,6 @@ require (
|
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
|
- github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
|
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
@@ -131,6 +130,7 @@ require (
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
|
|
|
|
|
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
|
github.com/moby/spdystream v0.5.0 // indirect
|
|
github.com/moby/spdystream v0.5.0 // indirect
|