1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
module github.com/lestrrat-go/option/cmd/genoptions
go 1.17
require (
github.com/goccy/go-yaml v1.9.5
github.com/lestrrat-go/codegen v1.0.3
github.com/lestrrat-go/xstrings v0.0.0-20210804220435-4dd8b234342b
)
require (
github.com/fatih/color v1.10.0 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/mod v0.3.0 // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
golang.org/x/tools v0.0.0-20200918232735-d647fc253266 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
|