Skip to content

Commit

Permalink
pb-4403: service receiver | email alerting
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nidhin committed Nov 21, 2023
1 parent 812370c commit d41d2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/portworx/sched-ops v1.20.4-rc1.0.20230207140221-24ec094deec4
github.com/sirupsen/logrus v1.9.0
go.uber.org/multierr v1.7.0
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.8.0
google.golang.org/grpc v1.57.0
)
Expand Down Expand Up @@ -44,7 +45,6 @@ require (
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand All @@ -66,7 +66,6 @@ require (
github.com/prometheus/procfs v0.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
Expand Down

0 comments on commit d41d2c8

Please sign in to comment.