...

Text file src/github.com/bradleyfalzon/ghinstallation/v2/go.mod

Documentation: github.com/bradleyfalzon/ghinstallation/v2

     1module github.com/bradleyfalzon/ghinstallation/v2
     2
     3go 1.13
     4
     5require (
     6	github.com/golang-jwt/jwt/v4 v4.4.1
     7	github.com/google/go-cmp v0.5.8
     8	github.com/google/go-github/v45 v45.2.0
     9)

View as plain text