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-04 02:09:40 +00:00
|
|
|
github.com/rs/zerolog v1.33.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
|
2025-01-04 02:09:40 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2025-01-03 22:14:47 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2025-01-03 22:13:15 +00:00
|
|
|
)
|