We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c882b50 commit 22e0ae7Copy full SHA for 22e0ae7
go.mod
@@ -1,11 +1,18 @@
1
module github.com/diegolnasc/gotcha
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/bradleyfalzon/ghinstallation v1.1.1
7
- github.com/davecgh/go-spew v1.1.1 // indirect
8
github.com/go-playground/webhooks/v6 v6.0.0-rc.1
9
github.com/google/go-github/v41 v41.0.0
10
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
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