Update dependency

This commit is contained in:
wweir
2019-05-31 14:36:11 +08:00
parent f256ab686d
commit 75e7f1aab7
2 changed files with 23 additions and 21 deletions
+6 -6
View File
@@ -4,19 +4,19 @@ go 1.12
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/klauspost/reedsolomon v1.9.1 // indirect
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.8
github.com/pelletier/go-toml v1.3.0
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.2.3+incompatible
golang.org/x/crypto v0.0.0-20190417174047-f416ebab96af
github.com/xtaci/kcp-go v5.3.9+incompatible
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
)