mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-12-04 02:06:45 +07:00
13 lines
300 B
Modula-2
13 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
|
|
)
|