mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
15 lines
416 B
AMPL
15 lines
416 B
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/libp2p/go-reuseport v0.0.1
|
|
github.com/miekg/dns v1.1.29
|
|
github.com/pelletier/go-toml v1.7.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/wweir/utils v0.0.0-20200401081845-fc35af3737dc
|
|
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4
|
|
)
|