mirror of
https://github.com/foomo/gofuncy.git
synced 2025-10-16 12:25:41 +00:00
24 lines
636 B
Modula-2
24 lines
636 B
Modula-2
module github.com/foomo/gofuncy
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/Ju0x/humanhash v1.0.2
|
|
github.com/stretchr/testify v1.10.0
|
|
go.opentelemetry.io/otel v1.35.0
|
|
go.opentelemetry.io/otel/metric v1.35.0
|
|
go.opentelemetry.io/otel/trace v1.35.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|