Skip to content

Commit

Permalink
chore(mod): tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 5, 2025
1 parent 480216a commit 402405b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ module github.com/go-faster/sdk
go 1.22.7

require (
github.com/KimMachineGun/automemlimit v0.7.0
github.com/go-faster/errors v0.7.1
github.com/go-logr/zapr v1.3.0
github.com/grafana/otel-profiling-go v0.5.1
github.com/grafana/pyroscope-go v1.2.0
github.com/prometheus/client_golang v1.20.5
github.com/samber/slog-zap/v2 v2.6.2
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/pdata v1.24.0
go.opentelemetry.io/contrib/bridges/otelzap v0.9.0
Expand Down Expand Up @@ -37,7 +39,6 @@ require (
)

require (
github.com/KimMachineGun/automemlimit v0.7.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
Expand All @@ -60,7 +61,6 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/samber/lo v1.47.0 // indirect
github.com/samber/slog-common v0.18.1 // indirect
github.com/samber/slog-zap/v2 v2.6.2 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/propagators/aws v1.34.0 // indirect
go.opentelemetry.io/contrib/propagators/b3 v1.34.0 // indirect
Expand Down

0 comments on commit 402405b

Please sign in to comment.