mirror of
https://github.com/foomo/gofuncy.git
synced 2025-10-16 12:25:41 +00:00
21 lines
517 B
Modula-2
21 lines
517 B
Modula-2
module github.com/foomo/gofuncy
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/Ju0x/humanhash v1.0.2
|
|
github.com/stretchr/testify v1.9.0
|
|
go.opentelemetry.io/otel v1.28.0
|
|
go.opentelemetry.io/otel/metric v1.28.0
|
|
go.opentelemetry.io/otel/trace v1.28.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
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|