docker-etchosts/go.mod
dependabot[bot] bb55ee63a9 Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 20:36:21 +02:00

23 lines
876 B
Modula-2

module github.com/costela/docker-etchosts
require (
docker.io/go-docker v1.0.0
github.com/Microsoft/go-winio v0.4.9 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.23.0 // indirect
)
replace github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20180816081446-320063a2ad06
go 1.16