mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
Makes the colors look nicer with solarized dark. We probably need to make solarized an option and have them default to look nice with basic ansi colors.
32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/holos-run/holos
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
cuelang.org/go v0.7.0
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/spf13/cobra v1.7.0
|
|
)
|
|
|
|
require (
|
|
cuelabs.dev/go/oci/ociregistry v0.0.0-20231103182354-93e78c079a13 // indirect
|
|
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
|
|
github.com/emicklei/proto v1.10.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20230328191034-3462fbc510c0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.16.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|