Skip to content

Instantly share code, notes, and snippets.

@integrii
Created July 21, 2020 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save integrii/2bb2d037c79c3c27673639dbf1d3a851 to your computer and use it in GitHub Desktop.
Save integrii/2bb2d037c79c3c27673639dbf1d3a851 to your computer and use it in GitHub Desktop.
Kubernetes Go Module Pinning
module example.com/mymodule
require (
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v0.18.2
)
@integrii
Copy link
Author

Thanks @liggitt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment