summaryrefslogtreecommitdiffhomepage
path: root/website/go.mod
blob: 96ec3e8f95a188e6499a3ea90cbb94fdda2715ba (plain)
1
2
3
4
5
6
7
8
module gvisor.dev/website

go 1.12

require (
	golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
	google.golang.org/api v0.4.0
)