feat: add release version checkout (#48)
Showing
+57 -1
... | ... | @@ -8,6 +8,7 @@ replace ( |
) | ||
require ( | ||
github.com/Matt-Gleich/release v0.0.0-20201031213446-c4dd80460118 | ||
github.com/atotto/clipboard v0.1.2 | ||
github.com/docker/distribution v2.7.1+incompatible | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
... | ... | @@ -31,7 +32,7 @@ require ( |
golang.org/x/net v0.0.0-20200927032502-5d4f70055728 // indirect | ||
golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
k8s.io/api v0.19.3 | ||
k8s.io/apimachinery v0.19.3 | ||
k8s.io/cli-runtime v0.19.3 | ||
... | ... |
Please register or sign in to comment