2024-09-12 12:18:47 -04:00
|
|
|
# dario.cat/mergo v1.0.1
|
2023-06-26 16:19:11 -04:00
|
|
|
## explicit; go 1.13
|
|
|
|
dario.cat/mergo
|
2024-07-16 16:40:41 -04:00
|
|
|
# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
|
|
|
|
## explicit; go 1.20
|
2024-11-01 08:20:48 -04:00
|
|
|
# github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.16
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/Azure/go-ansiterm
|
|
|
|
github.com/Azure/go-ansiterm/winterm
|
2024-05-31 09:49:19 -04:00
|
|
|
# github.com/Microsoft/go-winio v0.6.2
|
|
|
|
## explicit; go 1.21
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/Microsoft/go-winio
|
2023-07-19 18:33:50 -04:00
|
|
|
github.com/Microsoft/go-winio/internal/fs
|
|
|
|
github.com/Microsoft/go-winio/internal/socket
|
|
|
|
github.com/Microsoft/go-winio/internal/stringbuffer
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/Microsoft/go-winio/pkg/guid
|
|
|
|
# github.com/beorn7/perks v1.0.1
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.11
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/beorn7/perks/quantile
|
2024-11-01 08:23:39 -04:00
|
|
|
# github.com/cenkalti/backoff/v4 v4.3.0
|
2024-02-20 10:42:33 -05:00
|
|
|
## explicit; go 1.18
|
|
|
|
github.com/cenkalti/backoff/v4
|
2024-10-12 15:48:45 -04:00
|
|
|
# github.com/cespare/xxhash/v2 v2.3.0
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.11
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/cespare/xxhash/v2
|
2023-10-13 15:39:50 -04:00
|
|
|
# github.com/containerd/log v0.1.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
github.com/containerd/log
|
2024-06-11 18:57:47 -04:00
|
|
|
# github.com/containerd/platforms v0.2.1
|
2024-05-26 05:50:13 -04:00
|
|
|
## explicit; go 1.20
|
|
|
|
github.com/containerd/platforms
|
2024-01-08 04:22:09 -05:00
|
|
|
# github.com/creack/pty v1.1.21
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/creack/pty
|
2024-06-08 17:20:52 -04:00
|
|
|
# github.com/distribution/reference v0.6.0
|
2023-08-30 18:36:58 -04:00
|
|
|
## explicit; go 1.20
|
|
|
|
github.com/distribution/reference
|
2024-07-17 09:23:23 -04:00
|
|
|
# github.com/docker/cli-docs-tool v0.8.0
|
2024-04-10 06:10:10 -04:00
|
|
|
## explicit; go 1.18
|
|
|
|
github.com/docker/cli-docs-tool/annotation
|
2023-10-13 11:54:59 -04:00
|
|
|
# github.com/docker/distribution v2.8.3+incompatible
|
2021-12-16 15:15:53 -05:00
|
|
|
## explicit
|
|
|
|
github.com/docker/distribution
|
|
|
|
github.com/docker/distribution/manifest
|
|
|
|
github.com/docker/distribution/manifest/manifestlist
|
2023-01-25 11:26:43 -05:00
|
|
|
github.com/docker/distribution/manifest/ocischema
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/distribution/manifest/schema2
|
|
|
|
github.com/docker/distribution/metrics
|
|
|
|
github.com/docker/distribution/registry/api/errcode
|
|
|
|
github.com/docker/distribution/registry/api/v2
|
|
|
|
github.com/docker/distribution/registry/client
|
|
|
|
github.com/docker/distribution/registry/client/auth
|
|
|
|
github.com/docker/distribution/registry/client/auth/challenge
|
|
|
|
github.com/docker/distribution/registry/client/transport
|
|
|
|
github.com/docker/distribution/registry/storage/cache
|
|
|
|
github.com/docker/distribution/registry/storage/cache/memory
|
|
|
|
github.com/docker/distribution/uuid
|
2024-10-18 10:32:42 -04:00
|
|
|
# github.com/docker/docker v27.0.2-0.20241018142220-36a3bd090489+incompatible
|
2021-12-16 15:15:53 -05:00
|
|
|
## explicit
|
|
|
|
github.com/docker/docker/api
|
|
|
|
github.com/docker/docker/api/types
|
2024-06-10 13:17:50 -04:00
|
|
|
github.com/docker/docker/api/types/auxprogress
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/api/types/blkiodev
|
2023-08-28 06:06:35 -04:00
|
|
|
github.com/docker/docker/api/types/checkpoint
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/api/types/container
|
|
|
|
github.com/docker/docker/api/types/events
|
|
|
|
github.com/docker/docker/api/types/filters
|
|
|
|
github.com/docker/docker/api/types/image
|
|
|
|
github.com/docker/docker/api/types/mount
|
|
|
|
github.com/docker/docker/api/types/network
|
|
|
|
github.com/docker/docker/api/types/registry
|
2024-07-03 09:03:43 -04:00
|
|
|
github.com/docker/docker/api/types/storage
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/api/types/strslice
|
|
|
|
github.com/docker/docker/api/types/swarm
|
|
|
|
github.com/docker/docker/api/types/swarm/runtime
|
2023-07-14 17:24:00 -04:00
|
|
|
github.com/docker/docker/api/types/system
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/api/types/time
|
|
|
|
github.com/docker/docker/api/types/versions
|
|
|
|
github.com/docker/docker/api/types/volume
|
|
|
|
github.com/docker/docker/builder/remotecontext/git
|
2022-04-29 13:26:50 -04:00
|
|
|
github.com/docker/docker/builder/remotecontext/urlutil
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/client
|
|
|
|
github.com/docker/docker/errdefs
|
2023-08-28 06:06:35 -04:00
|
|
|
github.com/docker/docker/internal/multierror
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/pkg/archive
|
|
|
|
github.com/docker/docker/pkg/homedir
|
|
|
|
github.com/docker/docker/pkg/idtools
|
|
|
|
github.com/docker/docker/pkg/ioutils
|
|
|
|
github.com/docker/docker/pkg/jsonmessage
|
|
|
|
github.com/docker/docker/pkg/longpath
|
|
|
|
github.com/docker/docker/pkg/pools
|
2023-04-24 04:57:16 -04:00
|
|
|
github.com/docker/docker/pkg/process
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker/pkg/progress
|
|
|
|
github.com/docker/docker/pkg/stdcopy
|
|
|
|
github.com/docker/docker/pkg/streamformatter
|
|
|
|
github.com/docker/docker/pkg/stringid
|
|
|
|
github.com/docker/docker/pkg/system
|
|
|
|
github.com/docker/docker/registry
|
2024-05-23 13:13:17 -04:00
|
|
|
# github.com/docker/docker-credential-helpers v0.8.2
|
2023-07-17 10:06:44 -04:00
|
|
|
## explicit; go 1.19
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/docker-credential-helpers/client
|
|
|
|
github.com/docker/docker-credential-helpers/credentials
|
2022-03-01 10:03:35 -05:00
|
|
|
# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/go/canonical/json
|
2024-01-05 12:25:04 -05:00
|
|
|
# github.com/docker/go-connections v0.5.0
|
2023-11-10 16:32:30 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/go-connections/nat
|
|
|
|
github.com/docker/go-connections/sockets
|
|
|
|
github.com/docker/go-connections/tlsconfig
|
|
|
|
# github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/go-events
|
|
|
|
# github.com/docker/go-metrics v0.0.1
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.11
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/docker/go-metrics
|
2022-08-31 13:10:26 -04:00
|
|
|
# github.com/docker/go-units v0.5.0
|
2021-12-16 15:15:53 -05:00
|
|
|
## explicit
|
|
|
|
github.com/docker/go-units
|
2023-12-08 20:30:45 -05:00
|
|
|
# github.com/felixge/httpsnoop v1.0.4
|
2023-09-07 19:55:58 -04:00
|
|
|
## explicit; go 1.13
|
|
|
|
github.com/felixge/httpsnoop
|
2024-07-01 07:10:44 -04:00
|
|
|
# github.com/fvbommel/sortorder v1.1.0
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/fvbommel/sortorder
|
2024-07-08 08:50:12 -04:00
|
|
|
# github.com/go-jose/go-jose/v3 v3.0.3
|
|
|
|
## explicit; go 1.12
|
|
|
|
github.com/go-jose/go-jose/v3
|
|
|
|
github.com/go-jose/go-jose/v3/cipher
|
|
|
|
github.com/go-jose/go-jose/v3/json
|
|
|
|
github.com/go-jose/go-jose/v3/jwt
|
2024-11-01 08:25:17 -04:00
|
|
|
# github.com/go-logr/logr v1.4.2
|
2024-02-26 11:39:47 -05:00
|
|
|
## explicit; go 1.18
|
2023-09-07 19:55:58 -04:00
|
|
|
github.com/go-logr/logr
|
|
|
|
github.com/go-logr/logr/funcr
|
|
|
|
# github.com/go-logr/stdr v1.2.2
|
|
|
|
## explicit; go 1.16
|
|
|
|
github.com/go-logr/stdr
|
2023-12-27 05:33:03 -05:00
|
|
|
# github.com/go-viper/mapstructure/v2 v2.0.0
|
|
|
|
## explicit; go 1.18
|
|
|
|
github.com/go-viper/mapstructure/v2
|
|
|
|
github.com/go-viper/mapstructure/v2/internal/errors
|
2021-12-16 15:15:53 -05:00
|
|
|
# github.com/gogo/protobuf v1.3.2
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.15
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/gogo/protobuf/gogoproto
|
|
|
|
github.com/gogo/protobuf/proto
|
|
|
|
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
|
|
|
|
github.com/gogo/protobuf/sortkeys
|
|
|
|
github.com/gogo/protobuf/types
|
2024-03-16 11:34:55 -04:00
|
|
|
# github.com/golang/protobuf v1.5.4
|
|
|
|
## explicit; go 1.17
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/golang/protobuf/proto
|
2024-01-08 04:25:45 -05:00
|
|
|
# github.com/google/go-cmp v0.6.0
|
2022-11-05 18:24:04 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/google/go-cmp/cmp
|
|
|
|
github.com/google/go-cmp/cmp/cmpopts
|
|
|
|
github.com/google/go-cmp/cmp/internal/diff
|
2022-03-01 10:34:33 -05:00
|
|
|
github.com/google/go-cmp/cmp/internal/flags
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/google/go-cmp/cmp/internal/function
|
|
|
|
github.com/google/go-cmp/cmp/internal/value
|
|
|
|
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/google/shlex
|
2023-12-01 10:12:20 -05:00
|
|
|
# github.com/gorilla/mux v1.8.1
|
|
|
|
## explicit; go 1.20
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/gorilla/mux
|
2024-02-20 10:42:33 -05:00
|
|
|
# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
|
|
|
|
## explicit; go 1.17
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
|
2022-12-27 07:43:25 -05:00
|
|
|
# github.com/inconshreveable/mousetrap v1.1.0
|
2022-11-03 09:48:27 -04:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/inconshreveable/mousetrap
|
2024-11-01 08:28:47 -04:00
|
|
|
# github.com/klauspost/compress v1.17.11
|
|
|
|
## explicit; go 1.21
|
2022-03-03 08:19:41 -05:00
|
|
|
github.com/klauspost/compress
|
|
|
|
github.com/klauspost/compress/fse
|
|
|
|
github.com/klauspost/compress/huff0
|
2022-09-10 12:50:02 -04:00
|
|
|
github.com/klauspost/compress/internal/cpuinfo
|
2022-03-03 08:19:41 -05:00
|
|
|
github.com/klauspost/compress/internal/snapref
|
|
|
|
github.com/klauspost/compress/zstd
|
|
|
|
github.com/klauspost/compress/zstd/internal/xxhash
|
2023-12-27 04:40:19 -05:00
|
|
|
# github.com/mattn/go-runewidth v0.0.15
|
2022-04-25 06:00:55 -04:00
|
|
|
## explicit; go 1.9
|
|
|
|
github.com/mattn/go-runewidth
|
2022-11-25 09:24:05 -05:00
|
|
|
# github.com/matttproud/golang_protobuf_extensions v1.0.4
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.9
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/matttproud/golang_protobuf_extensions/pbutil
|
2022-04-29 10:00:24 -04:00
|
|
|
# github.com/miekg/pkcs11 v1.1.1
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.12
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/miekg/pkcs11
|
2024-02-10 06:26:39 -05:00
|
|
|
# github.com/moby/docker-image-spec v1.3.1
|
|
|
|
## explicit; go 1.18
|
|
|
|
github.com/moby/docker-image-spec/specs-go/v1
|
2023-08-22 17:52:14 -04:00
|
|
|
# github.com/moby/patternmatcher v0.6.0
|
2022-10-13 09:49:35 -04:00
|
|
|
## explicit; go 1.19
|
|
|
|
github.com/moby/patternmatcher
|
2023-08-22 18:05:32 -04:00
|
|
|
github.com/moby/patternmatcher/ignorefile
|
2024-10-17 17:01:19 -04:00
|
|
|
# github.com/moby/swarmkit/v2 v2.0.0-20241017191044-e8ecf83ee08e
|
2022-11-24 12:05:17 -05:00
|
|
|
## explicit; go 1.18
|
2022-04-29 14:10:55 -04:00
|
|
|
github.com/moby/swarmkit/v2/api
|
|
|
|
github.com/moby/swarmkit/v2/api/deepcopy
|
|
|
|
github.com/moby/swarmkit/v2/api/defaults
|
|
|
|
github.com/moby/swarmkit/v2/api/genericresource
|
|
|
|
github.com/moby/swarmkit/v2/manager/raftselector
|
|
|
|
github.com/moby/swarmkit/v2/protobuf/plugin
|
2024-09-26 07:35:46 -04:00
|
|
|
# github.com/moby/sys/capability v0.3.0
|
|
|
|
## explicit; go 1.21
|
|
|
|
github.com/moby/sys/capability
|
2024-07-25 08:56:13 -04:00
|
|
|
# github.com/moby/sys/sequential v0.6.0
|
2022-08-27 08:49:24 -04:00
|
|
|
## explicit; go 1.17
|
|
|
|
github.com/moby/sys/sequential
|
2024-07-25 08:54:29 -04:00
|
|
|
# github.com/moby/sys/signal v0.7.1
|
|
|
|
## explicit; go 1.17
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/moby/sys/signal
|
2024-07-25 08:55:23 -04:00
|
|
|
# github.com/moby/sys/symlink v0.3.0
|
|
|
|
## explicit; go 1.17
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/moby/sys/symlink
|
2024-08-08 07:37:14 -04:00
|
|
|
# github.com/moby/sys/user v0.3.0
|
|
|
|
## explicit; go 1.17
|
2023-10-24 10:35:52 -04:00
|
|
|
github.com/moby/sys/user
|
2024-08-08 07:37:14 -04:00
|
|
|
# github.com/moby/sys/userns v0.1.0
|
|
|
|
## explicit; go 1.21
|
|
|
|
github.com/moby/sys/userns
|
2023-05-02 08:22:36 -04:00
|
|
|
# github.com/moby/term v0.5.0
|
2022-11-20 15:40:01 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/moby/term
|
|
|
|
github.com/moby/term/windows
|
|
|
|
# github.com/morikuni/aec v1.0.0
|
|
|
|
## explicit
|
|
|
|
github.com/morikuni/aec
|
|
|
|
# github.com/opencontainers/go-digest v1.0.0
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/opencontainers/go-digest
|
2024-05-31 09:42:42 -04:00
|
|
|
# github.com/opencontainers/image-spec v1.1.0
|
2023-06-12 05:25:25 -04:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/opencontainers/image-spec/specs-go
|
|
|
|
github.com/opencontainers/image-spec/specs-go/v1
|
2024-07-08 08:50:12 -04:00
|
|
|
# github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
|
|
|
|
## explicit; go 1.14
|
|
|
|
github.com/pkg/browser
|
2021-12-16 15:15:53 -05:00
|
|
|
# github.com/pkg/errors v0.9.1
|
|
|
|
## explicit
|
|
|
|
github.com/pkg/errors
|
2024-02-26 11:45:07 -05:00
|
|
|
# github.com/prometheus/client_golang v1.17.0
|
|
|
|
## explicit; go 1.19
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/prometheus/client_golang/prometheus
|
|
|
|
github.com/prometheus/client_golang/prometheus/internal
|
|
|
|
github.com/prometheus/client_golang/prometheus/promhttp
|
2024-02-26 11:45:07 -05:00
|
|
|
# github.com/prometheus/client_model v0.5.0
|
|
|
|
## explicit; go 1.19
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/prometheus/client_model/go
|
2024-02-26 11:45:07 -05:00
|
|
|
# github.com/prometheus/common v0.44.0
|
2023-07-19 18:39:02 -04:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/prometheus/common/expfmt
|
|
|
|
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
|
|
|
|
github.com/prometheus/common/model
|
2024-07-16 12:46:30 -04:00
|
|
|
# github.com/prometheus/procfs v0.15.1
|
|
|
|
## explicit; go 1.20
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/prometheus/procfs
|
|
|
|
github.com/prometheus/procfs/internal/fs
|
|
|
|
github.com/prometheus/procfs/internal/util
|
2022-04-25 06:00:55 -04:00
|
|
|
# github.com/rivo/uniseg v0.2.0
|
|
|
|
## explicit; go 1.12
|
|
|
|
github.com/rivo/uniseg
|
2023-06-12 05:21:25 -04:00
|
|
|
# github.com/sirupsen/logrus v1.9.3
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/sirupsen/logrus
|
2024-06-18 15:52:58 -04:00
|
|
|
# github.com/spf13/cobra v1.8.1
|
2022-03-17 09:15:48 -04:00
|
|
|
## explicit; go 1.15
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/spf13/cobra
|
|
|
|
# github.com/spf13/pflag v1.0.5
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.12
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/spf13/pflag
|
2024-07-08 08:50:12 -04:00
|
|
|
# github.com/stretchr/testify v1.9.0
|
|
|
|
## explicit; go 1.17
|
2022-03-01 10:03:35 -05:00
|
|
|
# github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.12
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/theupdateframework/notary
|
|
|
|
github.com/theupdateframework/notary/client
|
|
|
|
github.com/theupdateframework/notary/client/changelist
|
|
|
|
github.com/theupdateframework/notary/cryptoservice
|
|
|
|
github.com/theupdateframework/notary/passphrase
|
|
|
|
github.com/theupdateframework/notary/storage
|
|
|
|
github.com/theupdateframework/notary/trustmanager
|
|
|
|
github.com/theupdateframework/notary/trustmanager/yubikey
|
|
|
|
github.com/theupdateframework/notary/trustpinning
|
|
|
|
github.com/theupdateframework/notary/tuf
|
|
|
|
github.com/theupdateframework/notary/tuf/data
|
|
|
|
github.com/theupdateframework/notary/tuf/signed
|
|
|
|
github.com/theupdateframework/notary/tuf/utils
|
|
|
|
github.com/theupdateframework/notary/tuf/validation
|
|
|
|
# github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.13
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/tonistiigi/go-rosetta
|
|
|
|
# github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
|
|
|
|
## explicit
|
|
|
|
github.com/xeipuuv/gojsonpointer
|
|
|
|
# github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit
|
2021-12-16 15:15:53 -05:00
|
|
|
github.com/xeipuuv/gojsonreference
|
|
|
|
# github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
## explicit
|
|
|
|
github.com/xeipuuv/gojsonschema
|
2022-11-24 12:05:17 -05:00
|
|
|
# go.etcd.io/etcd/raft/v3 v3.5.6
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.16
|
2022-03-16 10:39:52 -04:00
|
|
|
go.etcd.io/etcd/raft/v3/raftpb
|
2024-02-26 11:50:23 -05:00
|
|
|
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
|
|
|
|
## explicit; go 1.20
|
2023-09-07 19:55:58 -04:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
|
2023-12-12 10:28:35 -05:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
|
2024-02-26 11:50:23 -05:00
|
|
|
# go.opentelemetry.io/otel v1.21.0
|
2023-12-12 10:26:50 -05:00
|
|
|
## explicit; go 1.20
|
2023-09-07 19:55:58 -04:00
|
|
|
go.opentelemetry.io/otel
|
|
|
|
go.opentelemetry.io/otel/attribute
|
|
|
|
go.opentelemetry.io/otel/baggage
|
|
|
|
go.opentelemetry.io/otel/codes
|
|
|
|
go.opentelemetry.io/otel/internal
|
2023-10-13 15:38:21 -04:00
|
|
|
go.opentelemetry.io/otel/internal/attribute
|
2023-09-07 19:55:58 -04:00
|
|
|
go.opentelemetry.io/otel/internal/baggage
|
|
|
|
go.opentelemetry.io/otel/internal/global
|
|
|
|
go.opentelemetry.io/otel/propagation
|
2023-10-13 15:38:21 -04:00
|
|
|
go.opentelemetry.io/otel/semconv/v1.17.0
|
2024-02-20 10:42:33 -05:00
|
|
|
go.opentelemetry.io/otel/semconv/v1.21.0
|
|
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/envconfig
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/retry
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform
|
|
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform
|
|
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry
|
2024-07-31 16:28:36 -04:00
|
|
|
# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0
|
2024-07-16 16:40:41 -04:00
|
|
|
## explicit; go 1.20
|
2024-02-26 11:50:23 -05:00
|
|
|
# go.opentelemetry.io/otel/metric v1.21.0
|
2023-12-12 10:26:50 -05:00
|
|
|
## explicit; go 1.20
|
2023-09-07 19:55:58 -04:00
|
|
|
go.opentelemetry.io/otel/metric
|
2023-12-12 10:26:50 -05:00
|
|
|
go.opentelemetry.io/otel/metric/embedded
|
2024-02-20 10:42:33 -05:00
|
|
|
go.opentelemetry.io/otel/metric/noop
|
|
|
|
# go.opentelemetry.io/otel/sdk v1.21.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
go.opentelemetry.io/otel/sdk
|
|
|
|
go.opentelemetry.io/otel/sdk/instrumentation
|
|
|
|
go.opentelemetry.io/otel/sdk/internal
|
|
|
|
go.opentelemetry.io/otel/sdk/internal/env
|
|
|
|
go.opentelemetry.io/otel/sdk/resource
|
|
|
|
go.opentelemetry.io/otel/sdk/trace
|
|
|
|
# go.opentelemetry.io/otel/sdk/metric v1.21.0
|
|
|
|
## explicit; go 1.20
|
|
|
|
go.opentelemetry.io/otel/sdk/metric
|
|
|
|
go.opentelemetry.io/otel/sdk/metric/internal
|
|
|
|
go.opentelemetry.io/otel/sdk/metric/internal/aggregate
|
|
|
|
go.opentelemetry.io/otel/sdk/metric/metricdata
|
2024-02-26 11:50:23 -05:00
|
|
|
# go.opentelemetry.io/otel/trace v1.21.0
|
2023-12-12 10:26:50 -05:00
|
|
|
## explicit; go 1.20
|
2023-09-07 19:55:58 -04:00
|
|
|
go.opentelemetry.io/otel/trace
|
2024-02-26 11:50:23 -05:00
|
|
|
go.opentelemetry.io/otel/trace/embedded
|
2024-02-20 10:42:33 -05:00
|
|
|
go.opentelemetry.io/otel/trace/noop
|
|
|
|
# go.opentelemetry.io/proto/otlp v1.0.0
|
|
|
|
## explicit; go 1.17
|
|
|
|
go.opentelemetry.io/proto/otlp/collector/metrics/v1
|
|
|
|
go.opentelemetry.io/proto/otlp/collector/trace/v1
|
|
|
|
go.opentelemetry.io/proto/otlp/common/v1
|
|
|
|
go.opentelemetry.io/proto/otlp/metrics/v1
|
|
|
|
go.opentelemetry.io/proto/otlp/resource/v1
|
|
|
|
go.opentelemetry.io/proto/otlp/trace/v1
|
2024-11-01 08:16:26 -04:00
|
|
|
# golang.org/x/crypto v0.28.0
|
2024-09-12 12:32:05 -04:00
|
|
|
## explicit; go 1.20
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/crypto/ed25519
|
|
|
|
golang.org/x/crypto/pbkdf2
|
2024-11-01 08:17:57 -04:00
|
|
|
# golang.org/x/net v0.30.0
|
2024-01-08 04:55:39 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/net/http/httpguts
|
|
|
|
golang.org/x/net/http2
|
|
|
|
golang.org/x/net/http2/hpack
|
|
|
|
golang.org/x/net/idna
|
|
|
|
golang.org/x/net/internal/timeseries
|
|
|
|
golang.org/x/net/trace
|
2024-09-12 12:24:38 -04:00
|
|
|
# golang.org/x/sync v0.8.0
|
2024-01-08 04:52:47 -05:00
|
|
|
## explicit; go 1.18
|
2023-04-01 09:40:32 -04:00
|
|
|
golang.org/x/sync/errgroup
|
2024-11-01 08:11:15 -04:00
|
|
|
# golang.org/x/sys v0.26.0
|
2023-12-18 07:45:50 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/sys/plan9
|
|
|
|
golang.org/x/sys/unix
|
|
|
|
golang.org/x/sys/windows
|
2024-02-20 10:42:33 -05:00
|
|
|
golang.org/x/sys/windows/registry
|
2024-11-01 08:12:59 -04:00
|
|
|
# golang.org/x/term v0.25.0
|
2023-12-18 07:47:30 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/term
|
2024-11-01 08:14:25 -04:00
|
|
|
# golang.org/x/text v0.19.0
|
2023-12-18 07:46:41 -05:00
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/text/secure/bidirule
|
|
|
|
golang.org/x/text/transform
|
|
|
|
golang.org/x/text/unicode/bidi
|
|
|
|
golang.org/x/text/unicode/norm
|
|
|
|
golang.org/x/text/width
|
2024-09-12 12:26:45 -04:00
|
|
|
# golang.org/x/time v0.6.0
|
|
|
|
## explicit; go 1.18
|
2021-12-16 15:15:53 -05:00
|
|
|
golang.org/x/time/rate
|
2024-11-01 08:39:15 -04:00
|
|
|
# google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
|
|
|
|
## explicit; go 1.21
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/genproto/googleapis/api/httpbody
|
2024-11-01 08:39:15 -04:00
|
|
|
# google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
|
|
|
|
## explicit; go 1.21
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/genproto/googleapis/rpc/errdetails
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/genproto/googleapis/rpc/status
|
2024-11-01 08:39:15 -04:00
|
|
|
# google.golang.org/grpc v1.67.1
|
2024-10-12 15:52:41 -04:00
|
|
|
## explicit; go 1.21
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc
|
|
|
|
google.golang.org/grpc/attributes
|
|
|
|
google.golang.org/grpc/backoff
|
|
|
|
google.golang.org/grpc/balancer
|
|
|
|
google.golang.org/grpc/balancer/base
|
|
|
|
google.golang.org/grpc/balancer/grpclb/state
|
2024-10-12 15:52:41 -04:00
|
|
|
google.golang.org/grpc/balancer/pickfirst
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/balancer/roundrobin
|
|
|
|
google.golang.org/grpc/binarylog/grpc_binarylog_v1
|
2022-11-16 10:32:17 -05:00
|
|
|
google.golang.org/grpc/channelz
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/codes
|
|
|
|
google.golang.org/grpc/connectivity
|
|
|
|
google.golang.org/grpc/credentials
|
2022-03-24 08:21:41 -04:00
|
|
|
google.golang.org/grpc/credentials/insecure
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/encoding
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/grpc/encoding/gzip
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/encoding/proto
|
2024-10-12 15:52:41 -04:00
|
|
|
google.golang.org/grpc/experimental/stats
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/grpclog
|
2024-10-12 15:52:41 -04:00
|
|
|
google.golang.org/grpc/grpclog/internal
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/grpc/health/grpc_health_v1
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal
|
|
|
|
google.golang.org/grpc/internal/backoff
|
2022-11-16 10:32:17 -05:00
|
|
|
google.golang.org/grpc/internal/balancer/gracefulswitch
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal/balancerload
|
|
|
|
google.golang.org/grpc/internal/binarylog
|
|
|
|
google.golang.org/grpc/internal/buffer
|
|
|
|
google.golang.org/grpc/internal/channelz
|
|
|
|
google.golang.org/grpc/internal/credentials
|
|
|
|
google.golang.org/grpc/internal/envconfig
|
|
|
|
google.golang.org/grpc/internal/grpclog
|
|
|
|
google.golang.org/grpc/internal/grpcsync
|
|
|
|
google.golang.org/grpc/internal/grpcutil
|
2023-11-01 11:03:44 -04:00
|
|
|
google.golang.org/grpc/internal/idle
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal/metadata
|
2022-11-16 10:32:17 -05:00
|
|
|
google.golang.org/grpc/internal/pretty
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal/resolver
|
|
|
|
google.golang.org/grpc/internal/resolver/dns
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/grpc/internal/resolver/dns/internal
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal/resolver/passthrough
|
|
|
|
google.golang.org/grpc/internal/resolver/unix
|
|
|
|
google.golang.org/grpc/internal/serviceconfig
|
2024-10-12 15:52:41 -04:00
|
|
|
google.golang.org/grpc/internal/stats
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/internal/status
|
|
|
|
google.golang.org/grpc/internal/syscall
|
|
|
|
google.golang.org/grpc/internal/transport
|
|
|
|
google.golang.org/grpc/internal/transport/networktype
|
|
|
|
google.golang.org/grpc/keepalive
|
2024-10-12 15:52:41 -04:00
|
|
|
google.golang.org/grpc/mem
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/metadata
|
|
|
|
google.golang.org/grpc/peer
|
|
|
|
google.golang.org/grpc/resolver
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/grpc/resolver/dns
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/grpc/serviceconfig
|
|
|
|
google.golang.org/grpc/stats
|
|
|
|
google.golang.org/grpc/status
|
|
|
|
google.golang.org/grpc/tap
|
2024-11-01 08:31:29 -04:00
|
|
|
# google.golang.org/protobuf v1.35.1
|
|
|
|
## explicit; go 1.21
|
2022-11-16 10:32:17 -05:00
|
|
|
google.golang.org/protobuf/encoding/protojson
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/encoding/prototext
|
|
|
|
google.golang.org/protobuf/encoding/protowire
|
|
|
|
google.golang.org/protobuf/internal/descfmt
|
|
|
|
google.golang.org/protobuf/internal/descopts
|
|
|
|
google.golang.org/protobuf/internal/detrand
|
2024-03-16 11:34:55 -04:00
|
|
|
google.golang.org/protobuf/internal/editiondefaults
|
2024-10-12 15:49:59 -04:00
|
|
|
google.golang.org/protobuf/internal/editionssupport
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/internal/encoding/defval
|
2022-11-16 10:32:17 -05:00
|
|
|
google.golang.org/protobuf/internal/encoding/json
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/internal/encoding/messageset
|
|
|
|
google.golang.org/protobuf/internal/encoding/tag
|
|
|
|
google.golang.org/protobuf/internal/encoding/text
|
|
|
|
google.golang.org/protobuf/internal/errors
|
|
|
|
google.golang.org/protobuf/internal/filedesc
|
|
|
|
google.golang.org/protobuf/internal/filetype
|
|
|
|
google.golang.org/protobuf/internal/flags
|
|
|
|
google.golang.org/protobuf/internal/genid
|
|
|
|
google.golang.org/protobuf/internal/impl
|
|
|
|
google.golang.org/protobuf/internal/order
|
|
|
|
google.golang.org/protobuf/internal/pragma
|
|
|
|
google.golang.org/protobuf/internal/set
|
|
|
|
google.golang.org/protobuf/internal/strs
|
|
|
|
google.golang.org/protobuf/internal/version
|
|
|
|
google.golang.org/protobuf/proto
|
2024-09-12 12:38:40 -04:00
|
|
|
google.golang.org/protobuf/protoadapt
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/reflect/protodesc
|
|
|
|
google.golang.org/protobuf/reflect/protoreflect
|
|
|
|
google.golang.org/protobuf/reflect/protoregistry
|
|
|
|
google.golang.org/protobuf/runtime/protoiface
|
|
|
|
google.golang.org/protobuf/runtime/protoimpl
|
|
|
|
google.golang.org/protobuf/types/descriptorpb
|
2024-03-16 11:34:55 -04:00
|
|
|
google.golang.org/protobuf/types/gofeaturespb
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/types/known/anypb
|
|
|
|
google.golang.org/protobuf/types/known/durationpb
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/protobuf/types/known/fieldmaskpb
|
|
|
|
google.golang.org/protobuf/types/known/structpb
|
2021-12-16 15:15:53 -05:00
|
|
|
google.golang.org/protobuf/types/known/timestamppb
|
2024-02-20 10:42:33 -05:00
|
|
|
google.golang.org/protobuf/types/known/wrapperspb
|
2022-03-01 09:46:53 -05:00
|
|
|
# gopkg.in/yaml.v2 v2.4.0
|
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:
+ go mod tidy -modfile=vendor.mod
github.com/docker/cli/cli/registry/client imports
github.com/docker/distribution/registry/api/v2 imports
github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
but go 1.16 would select v1.8.0
github.com/docker/cli/cli/compose/loader imports
gopkg.in/yaml.v2 tested by
gopkg.in/yaml.v2.test imports
gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server/storage imports
gopkg.in/rethinkdb/rethinkdb-go.v6 imports
github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
but go 1.16 would select v1.2.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
but go 1.16 would select v1.3.1
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
but go 1.16 would select v1.1.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
but go 1.16 would select v1.56.0
github.com/docker/cli/cli/command imports
github.com/theupdateframework/notary/client tested by
github.com/theupdateframework/notary/client.test imports
github.com/theupdateframework/notary/server imports
github.com/theupdateframework/notary/utils imports
github.com/spf13/viper imports
github.com/spf13/afero imports
github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
but go 1.16 would select v1.2.2
To upgrade to the versions selected by go 1.16:
go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
go mod tidy -compat=1.17
For other options, see:
https://golang.org/doc/modules/pruning
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 13:41:29 -04:00
|
|
|
## explicit; go 1.15
|
2021-12-16 15:15:53 -05:00
|
|
|
gopkg.in/yaml.v2
|
2023-10-20 11:39:10 -04:00
|
|
|
# gotest.tools/v3 v3.5.1
|
2023-07-29 15:01:34 -04:00
|
|
|
## explicit; go 1.17
|
2021-12-16 15:15:53 -05:00
|
|
|
gotest.tools/v3/assert
|
|
|
|
gotest.tools/v3/assert/cmp
|
|
|
|
gotest.tools/v3/env
|
|
|
|
gotest.tools/v3/fs
|
|
|
|
gotest.tools/v3/golden
|
|
|
|
gotest.tools/v3/icmd
|
2022-03-01 09:50:32 -05:00
|
|
|
gotest.tools/v3/internal/assert
|
2021-12-16 15:15:53 -05:00
|
|
|
gotest.tools/v3/internal/cleanup
|
|
|
|
gotest.tools/v3/internal/difflib
|
|
|
|
gotest.tools/v3/internal/format
|
|
|
|
gotest.tools/v3/internal/source
|
|
|
|
gotest.tools/v3/poll
|
|
|
|
gotest.tools/v3/skip
|
2024-09-12 12:36:26 -04:00
|
|
|
# tags.cncf.io/container-device-interface v0.8.0
|
2024-06-04 16:15:52 -04:00
|
|
|
## explicit; go 1.20
|
2023-11-03 20:18:37 -04:00
|
|
|
tags.cncf.io/container-device-interface/pkg/parser
|