-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 650 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/lucasgolino/cloudflare-zone-manager
go 1.22
require (
github.com/cloudflare/cloudflare-go v0.96.0
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/quan-to/slog v0.0.0-20190414172229-8bce0937f2c1
gopkg.in/yaml.v2 v2.2.2
)
require (
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
)