-
Notifications
You must be signed in to change notification settings - Fork 284
Use go modules #411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Use go modules #411
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,72 @@ | ||
| module sigs.k8s.io/cluster-api-provider-openstack | ||
|
|
||
| go 1.12 | ||
|
|
||
| require ( | ||
| cloud.google.com/go v0.40.0 // indirect | ||
| github.com/Azure/go-autorest/autorest v0.5.0 // indirect | ||
| github.com/ajeddeloh/go-json v0.0.0-20170920214419-6a2fe990e083 // indirect | ||
| github.com/ajeddeloh/yaml v0.0.0-20170912190910-6b94386aeefd // indirect | ||
| github.com/appscode/jsonpatch v0.0.0-20190108182946-7c0e3b262f30 // indirect | ||
| github.com/coreos/container-linux-config-transpiler v0.9.0 | ||
| github.com/coreos/go-semver v0.3.0 // indirect | ||
| github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect | ||
| github.com/coreos/ignition v0.32.0 // indirect | ||
| github.com/go-logr/logr v0.1.0 // indirect | ||
| github.com/go-logr/zapr v0.1.1 // indirect | ||
| github.com/gobuffalo/envy v1.7.0 // indirect | ||
| github.com/gogo/protobuf v1.2.1 // indirect | ||
| github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect | ||
| github.com/google/btree v1.0.0 // indirect | ||
| github.com/google/gofuzz v1.0.0 // indirect | ||
| github.com/google/uuid v1.1.1 // indirect | ||
| github.com/googleapis/gnostic v0.3.0 // indirect | ||
| github.com/gophercloud/gophercloud v0.3.0 | ||
| github.com/gophercloud/utils v0.0.0-20190527093828-25f1b77b8c03 | ||
| github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway v1.9.1 // indirect | ||
| github.com/imdario/mergo v0.3.7 // indirect | ||
| github.com/markbates/inflect v1.0.4 // indirect | ||
| github.com/pborman/uuid v1.2.0 // indirect | ||
| github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
| github.com/pkg/errors v0.8.1 | ||
| github.com/prometheus/client_golang v0.9.4 // indirect | ||
| github.com/rogpeppe/go-internal v1.3.0 // indirect | ||
| github.com/spf13/afero v1.2.2 // indirect | ||
| github.com/spf13/cobra v0.0.5 // indirect | ||
| github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb // indirect | ||
| go.uber.org/atomic v1.4.0 // indirect | ||
| go.uber.org/multierr v1.1.0 // indirect | ||
| go.uber.org/zap v1.10.0 // indirect | ||
| go4.org v0.0.0-20190313082347-94abd6928b1d // indirect | ||
| golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect | ||
| golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect | ||
| golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect | ||
| golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
| golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59 // indirect | ||
| google.golang.org/appengine v1.6.1 // indirect | ||
| google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect | ||
| google.golang.org/grpc v1.21.1 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/yaml.v2 v2.2.2 | ||
| k8s.io/api v0.0.0-20190612125737-db0771252981 | ||
| k8s.io/apiextensions-apiserver v0.0.0-20190228180357-d002e88f6236 // indirect | ||
| k8s.io/apimachinery v0.0.0-20190612125636-6a5db36e93ad | ||
| k8s.io/client-go v0.0.0-20190228174230-b40b2a5939e4 | ||
| k8s.io/cluster-bootstrap v0.0.0-20190612131323-aa3fd9f69a09 | ||
| k8s.io/code-generator v0.0.0-20190612125529-c522cb6c26aa | ||
| k8s.io/component-base v0.0.0-20190615090122-7edc45fbd48e // indirect | ||
| k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a // indirect | ||
| k8s.io/klog v0.3.3 | ||
| k8s.io/kube-openapi v0.0.0-20190603182131-db7b694dc208 // indirect | ||
| sigs.k8s.io/cluster-api v0.1.4 | ||
| sigs.k8s.io/controller-runtime v0.1.12 | ||
| sigs.k8s.io/controller-tools v0.1.11 | ||
| sigs.k8s.io/testing_frameworks v0.1.1 | ||
| sigs.k8s.io/yaml v1.1.0 | ||
| ) | ||
|
|
||
| replace ( | ||
| k8s.io/api => k8s.io/api v0.0.0-20190222213804-5cb15d344471 | ||
| k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 | ||
| ) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previously it's branch release-0.1 now it's a tag ? just want to make sure understand is correct
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, The go.mod file generally use semantics versions which is introduced by tagging a revision in the underlying source repository.
https://golang.org/cmd/go/#hdr-Pseudo_versions