11 lines
246 B
Modula-2
11 lines
246 B
Modula-2
|
module github.com/GoogleCloudPlatform/govanityurls
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.3.3 // indirect
|
||
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
||
|
google.golang.org/appengine v1.6.5
|
||
|
gopkg.in/yaml.v2 v2.2.8
|
||
|
)
|