..
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,11 +3,14 @@ module ddnsService
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/abbot/go-http-auth v0.4.0
|
||||
github.com/coreos/go-oidc/v3 v3.0.0
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/miekg/dns v1.1.35
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/sethvargo/go-password v0.2.0
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
github.com/syndtr/goleveldb v1.0.0
|
||||
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user