godyn/go.mod
Matthew Welch 1455ba5282 v1.0.0
Updated dockerfile to build the app
Update import paths
Properly handles creating the record if there is none
Ignore the GCP backend limiter if we don't have a cached record
Add a limiter for polling for external IP Addresses
2021-08-01 18:30:35 -07:00

11 lines
239 B
Modula-2

module github.com/lordwelch/godyn
go 1.16
require (
git.narnian.us/lordwelch/externalip v1.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/api v0.52.0
)