protgen/go.mod

15 lines
397 B
Modula-2

module alox.protogen
go 1.24.2
require github.com/knadh/koanf v1.5.0
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)