mirror of
https://github.com/kairos-io/immucore.git
synced 2025-04-27 19:16:59 +00:00
* Add tests and fix some issues that arised from testing Mainly around the cmdargs and how many items it returns. Also drop the iso target and jobs as its not necessary now Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> * Lint Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com> --------- Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
77 lines
3.3 KiB
Modula-2
77 lines
3.3 KiB
Modula-2
module github.com/kairos-io/immucore
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.6.19
|
|
github.com/deniswernert/go-fstab v0.0.0-20141204152952-eb4090f26517
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/kairos-io/kairos v1.5.0
|
|
github.com/moby/sys/mountinfo v0.6.2
|
|
github.com/mudler/go-kdetect v0.0.0-20210802130128-dd92e121bed8
|
|
github.com/onsi/ginkgo/v2 v2.8.4
|
|
github.com/onsi/gomega v1.27.2
|
|
github.com/rs/zerolog v1.29.0
|
|
github.com/spectrocloud-labs/herd v0.4.2
|
|
github.com/twpayne/go-vfs v1.7.2
|
|
github.com/urfave/cli/v2 v2.24.4
|
|
golang.org/x/sys v0.5.0
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.1.1 // indirect
|
|
atomicgo.dev/keyboard v0.2.9 // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/Microsoft/hcsshim v0.9.7 // indirect
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
|
|
github.com/containerd/cgroups v1.0.4 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/denisbrodbeck/machineid v1.0.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/gookit/color v1.5.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/itchyny/gojq v0.12.11 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.5 // indirect
|
|
github.com/jaypipes/ghw v0.9.0 // indirect
|
|
github.com/jaypipes/pcidb v1.0.0 // indirect
|
|
github.com/kendru/darwin/go/depgraph v0.0.0-20221105232959-877d6a81060c // indirect
|
|
github.com/lithammer/fuzzysearch v1.1.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/pilebones/go-udev v0.0.0-20210126000448-a3c2a7a4afb7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pterm/pterm v0.12.54 // indirect
|
|
github.com/qeesung/image2ascii v1.0.1 // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/samber/lo v1.37.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/term v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|