...

Text file src/github.com/google/go-github/v33/go.mod

Documentation: github.com/google/go-github/v33

     1module github.com/google/go-github/v33
     2
     3require (
     4	github.com/golang/protobuf v1.3.2 // indirect
     5	github.com/google/go-querystring v1.0.0
     6	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
     7	golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
     8	golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
     9	google.golang.org/appengine v1.1.0
    10)
    11
    12go 1.15

View as plain text