Skip to content

Commit

Permalink
Update go-githubapp to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekeyes committed Aug 3, 2021
1 parent 9610432 commit a3ec920
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/google/go-querystring v1.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/palantir/go-baseapp v0.2.4
github.com/palantir/go-githubapp v0.8.0
github.com/palantir/go-githubapp v0.8.1
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.18.0
github.com/sergi/go-diff v1.1.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/palantir/go-baseapp v0.2.4 h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU=
github.com/palantir/go-baseapp v0.2.4/go.mod h1:TSsvmXBDAAu2wZJgWi1/nG+YM5xIOEsXFmLsNoGP5O4=
github.com/palantir/go-githubapp v0.8.0 h1:CsFFCckWlS6QyjwbclqFU2lvL05MXFPc8mye/qxbre4=
github.com/palantir/go-githubapp v0.8.0/go.mod h1:XjzQ7r4lLXwqj1MEUjmUD9xng9VYqGj3XfDYlGpqigw=
github.com/palantir/go-githubapp v0.8.1 h1:+BBB794FIrR5OhqIM2+kMwjw0ZklV41XFlFxWWuMbIM=
github.com/palantir/go-githubapp v0.8.1/go.mod h1:XjzQ7r4lLXwqj1MEUjmUD9xng9VYqGj3XfDYlGpqigw=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
1 change: 0 additions & 1 deletion server/handler/details.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ func (h *Details) render404(w http.ResponseWriter, owner, repo string, number in
func getPolicyURL(pr *github.PullRequest, config FetchedConfig) string {
base := pr.GetBase().GetRepo().GetHTMLURL()
if u, _ := url.Parse(base); u != nil {
// TODO(bkeyes): this format is not guaranteed by 'go-githubapp/appconfig'
srcParts := strings.Split(config.Source, "@")
if len(srcParts) != 2 {
return base
Expand Down
39 changes: 33 additions & 6 deletions vendor/github.com/palantir/go-githubapp/appconfig/appconfig.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions vendor/github.com/palantir/go-githubapp/appconfig/yaml.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ github.com/inconshreveable/mousetrap
github.com/palantir/go-baseapp/baseapp
github.com/palantir/go-baseapp/baseapp/datadog
github.com/palantir/go-baseapp/pkg/errfmt
# github.com/palantir/go-githubapp v0.8.0
# github.com/palantir/go-githubapp v0.8.1
github.com/palantir/go-githubapp/appconfig
github.com/palantir/go-githubapp/githubapp
github.com/palantir/go-githubapp/oauth2
Expand Down

0 comments on commit a3ec920

Please sign in to comment.