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 54ec837 commit 0fe4df8Copy full SHA for 0fe4df8
example/newreposecretwithxcrypto/go.mod
@@ -0,0 +1,11 @@
1
+module newreposecret
2
+
3
+go 1.15
4
5
+require (
6
+ github.com/google/go-github/v37 v37.0.0
7
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
8
+ golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
9
+ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
10
+ golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
11
+)
0 commit comments