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 362B

12345678910
  1. module google.golang.org/appengine
  2. require (
  3. github.com/golang/protobuf v1.3.1
  4. golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
  5. golang.org/x/net v0.0.0-20190603091049-60506f45cf65
  6. golang.org/x/sys v0.0.0-20190606165138-5da285871e9c // indirect
  7. golang.org/x/text v0.3.2
  8. golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b // indirect
  9. )