You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-net-dhcp/go.mod

9 lines
155 B
Modula-2

module github.com/devplayer0/docker-net-dhcp
go 1.14
require (
github.com/sirupsen/logrus v1.6.0
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
)