mirror of
https://github.com/LANCommander/Docker.Network.DHCP.git
synced 2026-08-01 03:07:47 -04:00
25 lines
1 KiB
Modula-2
25 lines
1 KiB
Modula-2
module github.com/devplayer0/docker-net-dhcp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/containerd/containerd v1.5.2 // indirect
|
|
github.com/distribution/reference v0.5.0 // indirect
|
|
github.com/docker/docker v25.0.1+incompatible
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.22.0 // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.16.0
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
|
|
google.golang.org/grpc v1.38.0 // indirect
|
|
)
|