-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
- Loading branch information
Showing
5 changed files
with
72 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,75 @@ | ||
module github.com/inlets/cloud-provision/cmd | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
// replace github.com/inlets/cloud-provision/provision => ../ | ||
replace github.com/inlets/cloud-provision/provision => ../ | ||
|
||
require github.com/inlets/cloud-provision v0.5.5 | ||
|
||
require ( | ||
cloud.google.com/go v0.49.0 // indirect | ||
github.com/Azure/azure-sdk-for-go v39.0.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest v0.9.5 // indirect | ||
github.com/Azure/go-autorest/autorest/adal v0.8.2 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 // indirect | ||
github.com/Azure/go-autorest/autorest/date v0.2.0 // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect | ||
github.com/Azure/go-autorest/logger v0.1.0 // indirect | ||
github.com/Azure/go-autorest/tracing v0.5.0 // indirect | ||
github.com/aws/aws-sdk-go v1.26.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/digitalocean/godo v1.54.0 // indirect | ||
github.com/dimchansky/utfbom v1.1.0 // indirect | ||
github.com/dirien/ovh-go-sdk v0.1.1 // indirect | ||
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect | ||
github.com/golang/mock v1.3.1 // indirect | ||
github.com/golang/protobuf v1.3.5 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.5 // indirect | ||
github.com/googleapis/gnostic v0.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect | ||
github.com/hetznercloud/hcloud-go v1.18.2 // indirect | ||
github.com/imdario/mergo v0.3.5 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/json-iterator/go v1.1.8 // indirect | ||
github.com/linode/linodego v0.19.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/ovh/go-ovh v1.1.0 // indirect | ||
github.com/packethost/packngo v0.17.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.4 // indirect | ||
github.com/sethvargo/go-password v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/vultr/govultr/v2 v2.7.1 // indirect | ||
go.opencensus.io v0.22.2 // indirect | ||
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a // indirect | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/api v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.5 // indirect | ||
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect | ||
google.golang.org/grpc v1.25.1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // indirect | ||
k8s.io/api v0.18.3 // indirect | ||
k8s.io/apimachinery v0.18.3 // indirect | ||
k8s.io/client-go v0.18.3 // indirect | ||
k8s.io/klog v1.0.0 // indirect | ||
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect | ||
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.