initial commit

This commit is contained in:
2021-02-05 23:57:51 +01:00
parent 7eaf2e717f
commit 64c307cb7b
15 changed files with 1182 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module ddnsService
go 1.15
require (
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/sirupsen/logrus v1.7.0
github.com/syndtr/goleveldb v1.0.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)