Skip to content

Commit

Permalink
Introduced SMTP notification (#5535)
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Ulbrich <[email protected]>
  • Loading branch information
robert-ulbrich-mercedes-benz authored Sep 16, 2024
1 parent 59bf191 commit 44dc0eb
Show file tree
Hide file tree
Showing 11 changed files with 1,243 additions and 22 deletions.
2 changes: 1 addition & 1 deletion flyteadmin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ require (
github.com/wolfeidau/humanhash v1.1.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go.opentelemetry.io/otel v1.24.0
golang.org/x/net v0.27.0
golang.org/x/oauth2 v0.16.0
golang.org/x/time v0.5.0
google.golang.org/api v0.155.0
Expand Down Expand Up @@ -189,7 +190,6 @@ require (
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/term v0.22.0 // indirect
Expand Down
Loading

0 comments on commit 44dc0eb

Please sign in to comment.