You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 171B

123456789
  1. module google.golang.org/appengine
  2. go 1.11
  3. require (
  4. github.com/golang/protobuf v1.3.1
  5. golang.org/x/net v0.0.0-20190603091049-60506f45cf65
  6. golang.org/x/text v0.3.2
  7. )