You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
661 B
24 lines
661 B
module polymer
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/goccy/go-yaml v1.9.5
|
|
github.com/jwalton/gchalk v1.3.0
|
|
github.com/rs/zerolog v1.27.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/thoas/go-funk v0.9.2
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/jwalton/go-supportscolor v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|
|
replace internal/packages => ./internal/packages
|