2024-08-02 23:49:56 +00:00
|
|
|
module courgette
|
2024-08-01 22:43:18 +00:00
|
|
|
|
2024-10-05 00:42:27 +00:00
|
|
|
go 1.23.1
|
2024-08-01 22:43:18 +00:00
|
|
|
|
|
|
|
require (
|
2024-10-06 14:58:14 +00:00
|
|
|
forge.karnov.club/marc/http-api-kit v0.0.1
|
2024-08-02 02:48:54 +00:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2024-08-01 22:43:18 +00:00
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|