@@ -7,18 +7,20 @@ require (
77 github.com/alecthomas/kong v0.6.2-0.20220922001058-c62bf25854a0
88 github.com/billgraziano/dpapi v0.4.0
99 github.com/docker/distribution v2.8.1+incompatible
10- github.com/docker/docker v20.10.21 +incompatible
10+ github.com/docker/docker v20.10.24 +incompatible
1111 github.com/docker/go-connections v0.4.0
1212 github.com/golang-sql/sqlexp v0.1.0
1313 github.com/google/uuid v1.3.0
1414 github.com/microsoft/go-mssqldb v0.20.0
15+ github.com/opencontainers/image-spec v1.0.2
1516 github.com/peterh/liner v1.2.2
1617 github.com/pkg/errors v0.9.1
1718 github.com/spf13/cobra v1.6.1
1819 github.com/spf13/viper v1.14.0
1920 github.com/stretchr/testify v1.8.1
2021 golang.org/x/sys v0.5.0
2122 golang.org/x/text v0.7.0
23+ golang.org/x/tools v0.1.12
2224 gopkg.in/yaml.v2 v2.4.0
2325)
2426
@@ -51,7 +53,6 @@ require (
5153 github.com/moby/term v0.0.0-20221120202655-abb19827d345 // indirect
5254 github.com/morikuni/aec v1.0.0 // indirect
5355 github.com/opencontainers/go-digest v1.0.0 // indirect
54- github.com/opencontainers/image-spec v1.0.2 // indirect
5556 github.com/pelletier/go-toml v1.9.5 // indirect
5657 github.com/pelletier/go-toml/v2 v2.0.5 // indirect
5758 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
@@ -69,7 +70,6 @@ require (
6970 golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
7071 golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
7172 golang.org/x/net v0.7.0 // indirect
72- golang.org/x/tools v0.1.12 // indirect
7373 google.golang.org/protobuf v1.28.1 // indirect
7474 gopkg.in/ini.v1 v1.67.0 // indirect
7575 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
0 commit comments