Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go-baseapp to 0.2.3 #228

Merged
merged 1 commit into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ require (
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/palantir/go-baseapp v0.2.0
github.com/palantir/go-baseapp v0.2.3
github.com/palantir/go-githubapp v0.5.0
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.18.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.6.1
goji.io v2.0.2+incompatible
golang.org/x/crypto v0.0.0-20200109152110-61a87790db17 // indirect
gopkg.in/yaml.v2 v2.2.8
)
353 changes: 351 additions & 2 deletions go.sum

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions vendor/github.com/bluekeyes/hatpear/go.mod

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

6 changes: 6 additions & 0 deletions vendor/github.com/bluekeyes/hatpear/hatpear.go

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

324 changes: 324 additions & 0 deletions vendor/github.com/golang/protobuf/proto/buffer.go

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

Loading