mirror of
https://github.com/Crocmagnon/lyon-transports.git
synced 2024-11-21 21:48:05 +01:00
22 lines
574 B
Modula-2
22 lines
574 B
Modula-2
module github.com/Crocmagnon/lyon-transports
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/carlmjohnson/requests v0.24.2
|
|
github.com/danielgtaylor/huma/v2 v2.23.0
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jarcoal/httpmock v1.3.1
|
|
golang.org/x/text v0.19.0
|
|
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.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
)
|