about summary refs log tree commit diff
path: root/tools/dnsupdate/go.mod
blob: 99fcce4d31109635f541bbf7d1552d759a6f2a2e (plain) (blame)
1
2
3
4
5
6
7
8
module golang.fcuny.net/world/tools/dnsupdate

go 1.16

require (
	google.golang.org/api v0.78.0
	inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
)