Skip to content

Commit

Permalink
Bump Go mod versions in the Slack notifier. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
LOZORD authored Aug 3, 2020
1 parent 041b13c commit c1e8b0e
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 3 deletions.
16 changes: 13 additions & 3 deletions slack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ go 1.14
replace github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers => ../lib/notifiers

require (
github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers v0.0.0-00010101000000-000000000000
cloud.google.com/go v0.62.0 // indirect
github.com/GoogleCloudPlatform/cloud-build-notifiers/lib/notifiers v0.0.0-20200731210753-3c7e9032cb03
github.com/antlr/antlr4 v0.0.0-20200801005519-2ba38605b949 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.4.0
github.com/google/cel-go v0.5.1 // indirect
github.com/google/go-cmp v0.5.1
github.com/pkg/errors v0.9.1 // indirect
github.com/slack-go/slack v0.6.5
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
golang.org/x/sys v0.0.0-20200802091954-4b90ce9b60b3 // indirect
golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6 // indirect
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485
google.golang.org/grpc v1.31.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)
Loading

0 comments on commit c1e8b0e

Please sign in to comment.