mirror of
https://github.com/foomo/sesamy-go.git
synced 2025-10-16 12:35:43 +00:00
36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/foomo/sesamy-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ThreeDotsLabs/watermill v1.3.5
|
|
github.com/foomo/keel v0.17.3
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/avast/retry-go v3.0.0+incompatible // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fbiville/markdown-table-formatter v0.3.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/lithammer/shortuuid/v3 v3.0.7 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0 // indirect
|
|
go.opentelemetry.io/otel v1.7.0 // indirect
|
|
go.opentelemetry.io/otel/metric v0.30.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.7.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|