about summary refs log tree commit diff
path: root/tools/ssh-key-to-forge/go.mod
blob: 9ff06be0ac3520cd6619b59aa918b58ed966bb43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module golang.fcuny.net/ssh-key-to-forge

go 1.17

require (
	github.com/google/go-github v17.0.0+incompatible
	github.com/tcnksm/go-gitconfig v0.1.2
	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
	golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
)

require (
	github.com/golang/protobuf v1.5.2 // indirect
	github.com/google/go-querystring v1.1.0 // indirect
	github.com/onsi/gomega v1.19.0 // indirect
	golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
	google.golang.org/appengine v1.6.6 // indirect
	google.golang.org/protobuf v1.26.0 // indirect
)