Skip to content

Commit f224148

Browse files
author
TP Honey
authored
Merge pull request #131 from drone-plugins/renovate/go-1.x
chore(deps): update module go to 1.18
2 parents c8ff740 + 13c276b commit f224148

File tree

2 files changed

+18
-615
lines changed

2 files changed

+18
-615
lines changed

go.mod

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/drone-plugins/drone-github-release
22

3-
go 1.15
3+
go 1.18
44

55
require (
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+
)

0 commit comments

Comments
 (0)