Dmitriy Matrenichev fc48849d00
chore: move maps/slices/ordered to gen module
Use github.com/siderolabs/gen

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2022-09-21 20:22:43 +03:00

18 lines
436 B
Modula-2

module github.com/talos-systems/structprotogen
go 1.19
require (
github.com/fatih/structtag v1.2.0
github.com/spf13/cobra v1.5.0
golang.org/x/tools v0.1.12
gopkg.in/typ.v4 v4.2.0
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
)