-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrating dependency management to go.mod, fix shutdown on lease lost
```improvement operator fix for shutdown on lease lost ```
- Loading branch information
1 parent
f9fb88e
commit 42eb43d
Showing
2,221 changed files
with
311,514 additions
and
230,604 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
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
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
module github.com/gardener/external-dns-management | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go v39.0.0+incompatible | ||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/Masterminds/semver v1.4.2 // indirect | ||
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5 | ||
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190603021944-12ad9f921c0b | ||
github.com/aws/aws-sdk-go v1.19.41 | ||
github.com/emicklei/go-restful v2.9.6+incompatible // indirect | ||
github.com/gardener/controller-manager-library v0.1.1-0.20200204110458-c263b9bb97ad | ||
github.com/go-openapi/swag v0.19.4 // indirect | ||
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gophercloud/gophercloud v0.2.0 | ||
github.com/gophercloud/utils v0.0.0-20190527093828-25f1b77b8c03 | ||
github.com/imdario/mergo v0.3.7 // indirect | ||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect | ||
github.com/miekg/dns v1.1.14 | ||
github.com/onsi/ginkgo v1.10.1 | ||
github.com/onsi/gomega v1.7.0 | ||
github.com/prometheus/client_golang v0.9.2 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect | ||
github.com/prometheus/common v0.2.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect | ||
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/tools v0.0.0-20190715044752-607ca053a137 // indirect | ||
google.golang.org/api v0.4.0 | ||
k8s.io/api v0.16.4 | ||
k8s.io/apiextensions-apiserver v0.16.4 | ||
k8s.io/apimachinery v0.17.0 | ||
k8s.io/client-go v0.16.4 | ||
k8s.io/code-generator v0.16.4 | ||
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a | ||
sigs.k8s.io/kind v0.7.0 | ||
) | ||
|
||
replace gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7 |
Oops, something went wrong.