Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	go.sum
  • Loading branch information
Ja7ad committed Jun 17, 2023
2 parents 0d83b5f + e9dd28a commit 1538d72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.19

require (
github.com/TheZeroSlave/zapsentry v1.15.0
github.com/getsentry/sentry-go v0.20.0
github.com/getsentry/sentry-go/otel v0.20.0
github.com/getsentry/sentry-go v0.21.0
github.com/getsentry/sentry-go/otel v0.21.0
github.com/mattn/go-colorable v0.1.13
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/stretchr/testify v1.8.2
go.opentelemetry.io/otel v1.15.0
go.opentelemetry.io/otel/sdk v1.15.0
github.com/stretchr/testify v1.8.3
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/sdk v1.16.0
go.uber.org/zap v1.24.0
)

Expand All @@ -21,7 +21,8 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
go.opentelemetry.io/otel/trace v1.15.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.8.0 // indirect
Expand Down

0 comments on commit 1538d72

Please sign in to comment.