Skip to content

Commit

Permalink
Update go-baseapp to 0.2.3 (#228)
Browse files Browse the repository at this point in the history
This updates go-baseapp to the latest version which, among other things,
adds `SetValuesFromEnv` to `HTTPConfig`.
  • Loading branch information
f1sherman committed Mar 18, 2021
1 parent 42eee51 commit 9d641cc
Show file tree
Hide file tree
Showing 190 changed files with 45,353 additions and 11,924 deletions.
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

0 comments on commit 9d641cc

Please sign in to comment.