File: go.mod

package info (click to toggle)
golang-golang-x-oauth2 0.0~git20211104.d3ed0bb-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 676 kB
  • sloc: makefile: 15
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module golang.org/x/oauth2

go 1.11

require (
	cloud.google.com/go v0.65.0
	golang.org/x/net v0.0.0-20200822124328-c89045814202
	google.golang.org/appengine v1.6.6
)