Skip to content

Commit 948e685

Browse files
authored
Update go-githubapp to v0.9.1 (#328)
1 parent ac70160 commit 948e685

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/google/go-querystring v1.0.0
1414
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1515
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
1717
github.com/pkg/errors v0.9.1
1818
github.com/rs/zerolog v1.18.0
1919
github.com/sergi/go-diff v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
228228
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
229229
github.com/palantir/go-baseapp v0.2.4 h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU=
230230
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=
233233
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
234234
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
235235
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/palantir/go-githubapp/appconfig/appconfig.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github.com/inconshreveable/mousetrap
3636
github.com/palantir/go-baseapp/baseapp
3737
github.com/palantir/go-baseapp/baseapp/datadog
3838
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
4040
github.com/palantir/go-githubapp/appconfig
4141
github.com/palantir/go-githubapp/githubapp
4242
github.com/palantir/go-githubapp/oauth2

0 commit comments

Comments
 (0)