mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
20 lines
475 B
Modula-2
20 lines
475 B
Modula-2
module github.com/foomo/keel/example
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/foomo/keel v0.0.0
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/google/uuid v1.1.2
|
|
github.com/jackc/pgx/v4 v4.13.0
|
|
github.com/nats-io/nats.go v1.12.0
|
|
github.com/pkg/errors v0.9.1
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
go.opentelemetry.io/otel v0.20.0
|
|
go.opentelemetry.io/otel/metric v0.20.0
|
|
go.uber.org/zap v1.17.0
|
|
)
|
|
|
|
replace github.com/foomo/keel => ../
|