Skip to content

Commit

Permalink
Update sdk-go to v2.0.0 and update-deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols authored and tekton-robot committed May 29, 2020
1 parent cc724c8 commit 58c836d
Show file tree
Hide file tree
Showing 162 changed files with 3,550 additions and 9,148 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ go 1.13

require (
cloud.google.com/go v0.47.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
contrib.go.opencensus.io/exporter/prometheus v0.1.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.12.8 // indirect
github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher v0.0.0-20191203181535-308b93ad1f39
github.com/cloudevents/sdk-go/v2 v2.0.0-RC3
github.com/cloudevents/sdk-go/v2 v2.0.0
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.19.4 // indirect
github.com/golang/protobuf v1.3.3 // indirect
Expand All @@ -23,8 +25,6 @@ require (
github.com/markbates/inflect v1.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.7.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
Expand Down
110 changes: 13 additions & 97 deletions go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions third_party/github.com/hashicorp/errwrap/go.mod

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

2 changes: 1 addition & 1 deletion third_party/github.com/hashicorp/go-multierror/.travis.yml

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

40 changes: 37 additions & 3 deletions third_party/github.com/hashicorp/go-multierror/README.md

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

2 changes: 2 additions & 0 deletions third_party/github.com/hashicorp/go-multierror/go.mod

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

2 changes: 0 additions & 2 deletions third_party/github.com/hashicorp/go-multierror/go.sum

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

38 changes: 38 additions & 0 deletions third_party/github.com/hashicorp/go-multierror/group.go

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

44 changes: 44 additions & 0 deletions third_party/github.com/hashicorp/go-multierror/group_test.go

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

67 changes: 67 additions & 0 deletions third_party/github.com/hashicorp/go-multierror/multierror.go

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

Loading

0 comments on commit 58c836d

Please sign in to comment.