mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
28 lines
1.1 KiB
AMPL
28 lines
1.1 KiB
AMPL
module github.com/wweir/sower
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/guregu/null v3.4.0+incompatible // indirect
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.2 // indirect
|
|
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/libp2p/go-reuseport v0.0.1
|
|
github.com/lucas-clemente/quic-go v0.12.0
|
|
github.com/miekg/dns v1.1.18
|
|
github.com/pelletier/go-toml v1.4.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
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.4.10+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
|
golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe
|
|
)
|