12 lines
300 B
Modula-2
12 lines
300 B
Modula-2
module github.com/benjaminbear/docker-ddns-server/dyndns
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/foolin/goview v0.3.0
|
|
github.com/go-playground/validator/v10 v10.8.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/labstack/echo/v4 v4.4.0
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/tg123/go-htpasswd v1.0.0
|
|
)
|