blob: 0043e233e2885d0d260cb89bbe52f50581b4afd7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
module github.com/jwijenbergh/eduvpn-common
go 1.15
require (
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
)
|