go-http-server-with-otel/go.mod

15 lines
301 B
Modula-2
Raw Normal View History

2025-01-03 22:13:15 +00:00
module gitea.libretechconsulting.com/rmcguire/go-http-server-with-otel
go 1.23.4
require (
github.com/caarlos0/env/v9 v9.0.0
2025-01-03 22:14:47 +00:00
golang.org/x/sys v0.28.0
2025-01-03 22:13:15 +00:00
gopkg.in/yaml.v3 v3.0.1
)
require (
2025-01-03 22:14:47 +00:00
github.com/kr/pretty v0.3.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2025-01-03 22:13:15 +00:00
)