File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
github.com/palantir/go-githubapp/appconfig Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/google/go-querystring v1.0.0
14
14
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
15
15
github.com/palantir/go-baseapp v0.2.4
16
- github.com/palantir/go-githubapp v0.9.0
16
+ github.com/palantir/go-githubapp v0.9.1
17
17
github.com/pkg/errors v0.9.1
18
18
github.com/rs/zerolog v1.18.0
19
19
github.com/sergi/go-diff v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
228
228
github.com/oklog/ulid v1.3.1 /go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U =
229
229
github.com/palantir/go-baseapp v0.2.4 h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU =
230
230
github.com/palantir/go-baseapp v0.2.4 /go.mod h1:TSsvmXBDAAu2wZJgWi1/nG+YM5xIOEsXFmLsNoGP5O4 =
231
- github.com/palantir/go-githubapp v0.9.0 h1:5NmPwIUlEh/t0TOm+QoGMwZsjj2HTpgi2SaXLmFl8Do =
232
- github.com/palantir/go-githubapp v0.9.0 /go.mod h1:+reYl6s23olCHWigIXth27wvl0ckoInmZmY+Cyom0Ls =
231
+ github.com/palantir/go-githubapp v0.9.1 h1:XCAKfGshIrwuSmN0nPjj7c6+iHBEtoeRHQ/2/sdKGNA =
232
+ github.com/palantir/go-githubapp v0.9.1 /go.mod h1:+reYl6s23olCHWigIXth27wvl0ckoInmZmY+Cyom0Ls =
233
233
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
234
234
github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
235
235
github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ github.com/inconshreveable/mousetrap
36
36
github.com/palantir/go-baseapp/baseapp
37
37
github.com/palantir/go-baseapp/baseapp/datadog
38
38
github.com/palantir/go-baseapp/pkg/errfmt
39
- # github.com/palantir/go-githubapp v0.9.0
39
+ # github.com/palantir/go-githubapp v0.9.1
40
40
github.com/palantir/go-githubapp/appconfig
41
41
github.com/palantir/go-githubapp/githubapp
42
42
github.com/palantir/go-githubapp/oauth2
You can’t perform that action at this time.
0 commit comments