Skip to content

Commit 0fe4df8

Browse files
committed
Added newreposecretwithxcrypto as an alternative to libsodium
1 parent 54ec837 commit 0fe4df8

File tree

3 files changed

+565
-0
lines changed

3 files changed

+565
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)