We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e5c3e commit bfb45f6Copy full SHA for bfb45f6
actions/go.mod
@@ -1,9 +1,14 @@
1
module night/actions
2
3
-go 1.15
+go 1.23.0
4
5
require (
6
github.com/dyweb/gommon v0.0.13
7
github.com/google/go-github/v29 v29.0.3
8
- golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
+ golang.org/x/oauth2 v0.27.0
9
+)
10
+
11
+require (
12
+ github.com/google/go-querystring v1.0.0 // indirect
13
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
14
)
0 commit comments