26 lines
813 B
Modula-2
26 lines
813 B
Modula-2
module git.derfenix.pro/fenix/commander/examples/basic
|
|
|
|
go 1.22
|
|
|
|
replace (
|
|
git.derfenix.pro/fenix/commander => ../../
|
|
git.derfenix.pro/fenix/commander/inmemorycache => ../../inmemorycache
|
|
)
|
|
|
|
require (
|
|
git.derfenix.pro/fenix/commander v0.0.0-00010101000000-000000000000
|
|
git.derfenix.pro/fenix/commander/inmemorycache v0.0.0-00010101000000-000000000000
|
|
github.com/google/uuid v1.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
)
|