mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
23 lines
879 B
AMPL
23 lines
879 B
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.2 // indirect
|
|
github.com/krolaw/dhcp4 v0.0.0-20180925202202-7cead472c414
|
|
github.com/libp2p/go-reuseport v0.0.1
|
|
github.com/lucas-clemente/quic-go v0.11.1
|
|
github.com/miekg/dns v1.1.13
|
|
github.com/pelletier/go-toml v1.4.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
|
|
github.com/tjfoc/gmsm v1.0.1 // indirect
|
|
github.com/ulule/deepcopier v0.0.0-20171107155558-ca99b135e50f // indirect
|
|
github.com/wweir/mem-go v0.0.0-20190109100331-8673ab596296
|
|
github.com/xtaci/kcp-go v5.3.9+incompatible
|
|
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
|
|
)
|