Skip to content

Update dependencies, go.mod, go.sum #75

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

Merged
merged 10 commits into from
Sep 10, 2019
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
env:
- GO111MODULE=off
- VET=1
- go: "1.11"
- go: "1.11.4"
env: GO111MODULE=on
- go: "1.12"
env: GO111MODULE=off
Expand Down
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
module github.com/fullstorydev/hauser

require (
cloud.google.com/go v0.36.0
cloud.google.com/go v0.45.1
cloud.google.com/go/bigquery v1.0.1
cloud.google.com/go/pubsub v1.0.1 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/aws/aws-sdk-go v1.17.12
github.com/lib/pq v1.0.0
github.com/aws/aws-sdk-go v1.23.18
github.com/lib/pq v1.2.0
github.com/nishanths/fullstory v0.0.0-20190306132154-272735d36088
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0 // indirect
)
240 changes: 119 additions & 121 deletions go.sum

Large diffs are not rendered by default.

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

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

76 changes: 40 additions & 36 deletions vendor/github.com/aws/aws-sdk-go/.travis.yml

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

Loading