Skip to content

Instantly share code, notes, and snippets.

@rajatsing

rajatsing/go.mod Secret

Created August 30, 2020 08:18
Show Gist options
  • Save rajatsing/c728c6a53e91d1f75d4bb3cdd97f4bae to your computer and use it in GitHub Desktop.
Save rajatsing/c728c6a53e91d1f75d4bb3cdd97f4bae to your computer and use it in GitHub Desktop.
module github.com/minikube
go 1.13
require (
github.com/google/btree v1.0.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
k8s.io/api v0.19.0 // indirect
k8s.io/apimachinery v0.19.0
k8s.io/client-go v11.0.0+incompatible
k8s.io/klog v1.0.0 // indirect
k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment