update depency

This commit is contained in:
wweir
2021-07-18 00:48:39 +08:00
parent 8307128844
commit 585cc01744
4 changed files with 32 additions and 40 deletions
+4 -7
View File
@@ -1,18 +1,15 @@
module github.com/wweir/sower
go 1.14
go 1.16
require (
github.com/cristalhq/aconfig v0.16.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/cristalhq/aconfig v0.16.2
github.com/krolaw/dhcp4 v0.0.0-20190909130307-a50d88189771
github.com/libp2p/go-reuseport v0.0.2
github.com/miekg/dns v1.1.30
github.com/miekg/dns v1.1.43
github.com/oschwald/geoip2-golang v1.5.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.23.0
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
)