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
|
2024-10-10 19:05:06 +02:00
|
|
|
github.com/danielgtaylor/huma/v2 v2.23.0
|
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-10-10 19:04:51 +02:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-09-11 20:17:57 +02:00
|
|
|
github.com/jarcoal/httpmock v1.3.1
|
2024-10-10 19:05:06 +02:00
|
|
|
golang.org/x/text v0.19.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
|
2024-10-10 19:05:06 +02:00
|
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
2024-09-11 20:17:57 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-10-10 19:05:06 +02:00
|
|
|
golang.org/x/net v0.30.0 // indirect
|
2024-09-11 20:17:57 +02:00
|
|
|
)
|