Files
ddns-updater/go.mod

16 lines
450 B
Modula-2
Raw Normal View History

2023-04-28 23:09:40 +02:00
module github.com/mkelcik/cloudflare-ddns-update
2023-04-28 14:57:21 +02:00
2023-12-09 16:15:22 +01:00
go 1.21
2023-04-28 14:57:21 +02:00
2023-12-09 16:15:22 +01:00
require github.com/cloudflare/cloudflare-go v0.83.0
2023-04-28 14:57:21 +02:00
require (
2023-12-09 16:15:22 +01:00
github.com/goccy/go-json v0.10.2 // indirect
2023-04-28 14:57:21 +02:00
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2023-12-09 16:15:22 +01:00
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
2023-04-28 14:57:21 +02:00
)