File tree Expand file tree Collapse file tree 2 files changed +18
-615
lines changed Expand file tree Collapse file tree 2 files changed +18
-615
lines changed Original file line number Diff line number Diff line change 11module github.com/drone-plugins/drone-github-release
22
3- go 1.15
3+ go 1.18
44
55require (
66 github.com/drone-plugins/drone-plugin-lib v0.4.0
@@ -9,3 +9,18 @@ require (
99 github.com/urfave/cli/v2 v2.10.3
1010 golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
1111)
12+
13+ require (
14+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
15+ github.com/golang/protobuf v1.5.2 // indirect
16+ github.com/google/go-querystring v1.1.0 // indirect
17+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
18+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
19+ github.com/sirupsen/logrus v1.6.0 // indirect
20+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
21+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
22+ golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
23+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
24+ google.golang.org/appengine v1.6.7 // indirect
25+ google.golang.org/protobuf v1.28.0 // indirect
26+ )
You can’t perform that action at this time.
0 commit comments