14 lines
317 B
Modula-2
14 lines
317 B
Modula-2
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
|
|
)
|