Skip to content

Commit

Permalink
Add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Shell32-Natsu committed May 21, 2020
1 parent 81da8f6 commit 650f111
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 59 deletions.
5 changes: 1 addition & 4 deletions releasing/releasing/go.mod
Expand Up @@ -2,7 +2,4 @@ module sigs.k8s.io/kustomize/releasing

go 1.13

require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/spf13/cobra v1.0.0
)
require github.com/spf13/cobra v1.0.0
1 change: 1 addition & 0 deletions releasing/releasing/go.sum
Expand Up @@ -40,6 +40,7 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
Expand Down

0 comments on commit 650f111

Please sign in to comment.