mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
14 lines
360 B
AMPL
14 lines
360 B
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/libp2p/go-reuseport v0.0.1
|
|
github.com/miekg/dns v1.1.27
|
|
github.com/pelletier/go-toml v1.6.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/wweir/utils v0.0.0-20200201061343-d44781e298da
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
|
|
)
|