@@ -3,25 +3,18 @@ module github.com/mattolenik/cloudflare-ddns-client
33go 1.16
44
55require (
6- github.com/cloudflare/cloudflare-go v0.16 .0
7- github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
6+ github.com/cloudflare/cloudflare-go v0.24 .0
7+ github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
88 github.com/juju/testing v0.0.0-20201030020617-7189b3728523 // indirect
99 github.com/lixiangzhong/dnsutil v1.4.0
10- github.com/magiconair/properties v1.8.5 // indirect
11- github.com/miekg/dns v1.1.42 // indirect
12- github.com/mitchellh/mapstructure v1.4.1 // indirect
13- github.com/pelletier/go-toml v1.9.0 // indirect
14- github.com/rs/zerolog v1.21.0
15- github.com/spf13/afero v1.6.0 // indirect
16- github.com/spf13/cast v1.3.1 // indirect
17- github.com/spf13/cobra v1.1.3
18- github.com/spf13/jwalterweatherman v1.1.0 // indirect
19- github.com/spf13/viper v1.7.1
10+ github.com/miekg/dns v1.1.43 // indirect
11+ github.com/rs/zerolog v1.25.0
12+ github.com/spf13/cobra v1.2.1
13+ github.com/spf13/viper v1.9.0
2014 github.com/stretchr/testify v1.7.0
21- golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
22- golang.org/x/net v0.0.0-20210508051633-16afe75a6701 // indirect
23- golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
24- golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
25- gopkg.in/ini.v1 v1.62.0 // indirect
15+ golang.org/x/net v0.0.0-20211005215030-d2e5035098b3 // indirect
16+ golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
17+ golang.org/x/text v0.3.7 // indirect
18+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
2619 gotest.tools/gotestsum v0.6.0
2720)
0 commit comments