forked from lucasgolino/cloudflare-zone-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 607 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/lucasgolino/cloudflare-zone-manager
go 1.12
require (
github.com/cloudflare/cloudflare-go v0.9.4
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/quan-to/slog v0.0.0-20190414172229-8bce0937f2c1
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190802220118-1d1727260058
gopkg.in/yaml.v2 v2.2.2
)