Skip to content

Commit 22e0ae7

Browse files
authored
feat: update go version to 1.17 (#7)
1 parent c882b50 commit 22e0ae7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

go.mod

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
module github.com/diegolnasc/gotcha
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/bradleyfalzon/ghinstallation v1.1.1
7-
github.com/davecgh/go-spew v1.1.1 // indirect
87
github.com/go-playground/webhooks/v6 v6.0.0-rc.1
98
github.com/google/go-github/v41 v41.0.0
109
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
1110
)
11+
12+
require (
13+
github.com/davecgh/go-spew v1.1.1 // indirect
14+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
15+
github.com/google/go-github/v29 v29.0.2 // indirect
16+
github.com/google/go-querystring v1.1.0 // indirect
17+
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
18+
)

0 commit comments

Comments
 (0)