-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.43 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.43 KB
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
module github.com/buraksezer/olric-cloud-plugin
go 1.15
require (
cloud.google.com/go v0.67.0 // indirect
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 // indirect
github.com/aws/aws-sdk-go v1.35.1 // indirect
github.com/denverdino/aliyungo v0.0.0-20200929080117-4fc2b424761a // indirect
github.com/digitalocean/godo v1.45.0 // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/gophercloud/gophercloud v0.13.0 // indirect
github.com/hashicorp/go-discover v0.0.0-20220714221025-1c234a67149a
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect
github.com/hashicorp/mdns v1.0.3 // indirect
github.com/joyent/triton-go v1.8.5 // indirect
github.com/linode/linodego v0.21.1 // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/mitchellh/mapstructure v1.2.2
github.com/packethost/packngo v0.3.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/softlayer/softlayer-go v1.0.1 // indirect
github.com/tencentcloud/tencentcloud-sdk-go v3.0.233+incompatible // indirect
github.com/vmware/govmomi v0.23.1 // indirect
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
google.golang.org/genproto v0.0.0-20201001141541-efaab9d3c4f7 // indirect
k8s.io/client-go v0.19.2 // indirect
)