-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.65 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/matthiasng/libdnsfactory
go 1.15
require (
github.com/Alfschmalf/inwx v0.0.0-20210715080320-07ad38d71e14 // indirect
github.com/Azure/azure-sdk-for-go v55.7.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.19 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.14 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
github.com/aws/aws-sdk-go v1.40.1 // indirect
github.com/digitalocean/godo v1.63.0 // indirect
github.com/fatih/structtag v1.2.0
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gophercloud/gophercloud v0.18.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/iancoleman/strcase v0.2.0
github.com/libdns/alidns v1.0.2
github.com/libdns/azure v0.2.0
github.com/libdns/cloudflare v0.1.0
github.com/libdns/digitalocean v0.0.0-20210310230526-186c4ebd2215
github.com/libdns/dnspod v0.0.1
github.com/libdns/gandi v1.0.2
github.com/libdns/hetzner v0.0.1
github.com/libdns/libdns v0.2.1
github.com/libdns/route53 v1.1.1
github.com/libdns/transip v0.0.0-20200914183413-fcc048c98fe7
github.com/libdns/vultr v0.0.0-20201128180404-1d5ee21ea62f
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.3.0
github.com/transip/gotransip v5.8.2+incompatible // indirect
github.com/vultr/govultr/v2 v2.7.1 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/mod v0.3.0
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)