Created
July 21, 2020 18:52
-
-
Save integrii/2bb2d037c79c3c27673639dbf1d3a851 to your computer and use it in GitHub Desktop.
Kubernetes Go Module Pinning
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
module example.com/mymodule | |
require ( | |
k8s.io/api v0.18.2 | |
k8s.io/apimachinery v0.18.2 | |
k8s.io/client-go v0.18.2 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @liggitt