Skip to content

Commit

Permalink
Bump Go mod versions for the SMTP notifier. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
LOZORD authored Aug 3, 2020
1 parent 02ccb34 commit 041b13c
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 5 deletions.
18 changes: 13 additions & 5 deletions smtp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ 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/golang/protobuf v1.4.0
github.com/google/go-cmp v0.4.0
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
gopkg.in/yaml.v2 v2.2.8
github.com/golang/protobuf v1.4.2
github.com/google/cel-go v0.5.1 // indirect
github.com/google/go-cmp v0.5.1
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
golang.org/x/sys v0.0.0-20200803150936-fd5f0c170ac3 // 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
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
)
Loading

0 comments on commit 041b13c

Please sign in to comment.