23 lines
642 B
Modula-2
23 lines
642 B
Modula-2
|
module toastielab.dev/toastie-stuff/otelchi
|
||
|
|
||
|
go 1.22.0
|
||
|
|
||
|
require (
|
||
|
github.com/felixge/httpsnoop v1.0.4
|
||
|
github.com/go-chi/chi/v5 v5.1.0
|
||
|
github.com/stretchr/testify v1.9.0
|
||
|
go.opentelemetry.io/otel v1.30.0
|
||
|
go.opentelemetry.io/otel/metric v1.30.0
|
||
|
go.opentelemetry.io/otel/sdk v1.30.0
|
||
|
go.opentelemetry.io/otel/trace v1.30.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
|
||
|
golang.org/x/sys v0.25.0 // indirect
|
||
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
)
|