lyon-transports/go.mod

22 lines
543 B
Modula-2
Raw Normal View History

2024-09-11 20:17:57 +02:00
module github.com/Crocmagnon/lyon-transports
go 1.23.1
require (
github.com/carlmjohnson/requests v0.24.2
github.com/danielgtaylor/huma/v2 v2.22.1
2024-09-16 17:57:46 +02:00
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
2024-09-11 20:17:57 +02:00
github.com/jarcoal/httpmock v1.3.1
2024-09-15 14:14:05 +02:00
golang.org/x/text v0.18.0
2024-09-11 20:17:57 +02:00
gotest.tools/v3 v3.5.1
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.27.0 // indirect
)