ddns/go.mod

11 lines
210 B
Modula-2

module github.com/pboehm/ddns
go 1.12
require (
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/gin v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)