kairos-agent/go.mod

243 lines
12 KiB
Modula-2
Raw Normal View History

module github.com/kairos-io/kairos/v2
2022-02-01 23:02:30 +00:00
go 1.20
2022-02-01 23:02:30 +00:00
// Luet needs to update this
replace github.com/pterm/pterm v0.12.57 => github.com/pterm/pterm v0.12.32-0.20211002183613-ada9ef6790c3
2022-02-01 23:02:30 +00:00
require (
github.com/Masterminds/semver/v3 v3.2.1
github.com/avast/retry-go v3.0.0+incompatible
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/distribution/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.20+incompatible
github.com/docker/go-units v0.5.0
github.com/erikgeiser/promptkit v0.8.0
github.com/google/go-github/v40 v40.0.0
github.com/hashicorp/go-multierror v1.1.1
github.com/itchyny/gojq v0.12.12
github.com/jaypipes/ghw v0.10.0
github.com/joho/godotenv v1.5.1
seedling: Prefix variable names with distro name in os-release (#1263) * Use site variables to update image flavor and name Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Typo Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Prefix variable names with distro name in os-release Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Adapt tests to read os-release with prefix Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Adapt docs to show how to read os-release with prefix Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Update SDK to be aware of attr prefixes Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Adapt test with new variable names Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Temporarily print the os-release Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Check KAIROS_VERSION on tests and fallback to VERSION Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Match kubo ID and VERSION_ID Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Make kubo extension match any ID Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Test still fails, trying with surrounding quotes Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Reduce tests wait time Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Use tumbleweed for bundles tests Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Update docs about systemd-sysext Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * reduce wait time in reset tests Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-04-19 20:37:00 +00:00
github.com/kairos-io/kairos-sdk v0.0.2-0.20230414094028-0c9d2bd9e6ae
github.com/labstack/echo/v4 v4.10.2
github.com/mitchellh/mapstructure v1.4.2
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
github.com/mudler/go-processmanager v0.0.0-20220724164624-c45b5c61312d
github.com/mudler/luet v0.0.0-20221018082252-2513760b00de
github.com/mudler/yip v0.11.5-0.20230124143654-91e88dfb6648
github.com/nxadm/tail v1.4.8
github.com/onsi/ginkgo/v2 v2.9.2
github.com/onsi/gomega v1.27.6
github.com/pterm/pterm v0.12.57
github.com/sanity-io/litter v1.5.5
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.8.1
github.com/swaggest/jsonschema-go v0.3.49
github.com/twpayne/go-vfs v1.7.2
github.com/urfave/cli/v2 v2.25.1
github.com/zloylos/grsync v1.7.0
2023-05-09 12:56:12 +00:00
golang.org/x/exp v0.0.0-20220916125017-b168a2c6b86b
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.7.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/mount-utils v0.27.1
2022-02-01 23:02:30 +00:00
)
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/MarvinJWendt/testza v0.4.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/Microsoft/hcsshim v0.10.0-rc.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20220623141421-5afb4c282135 // indirect
github.com/Sabayon/pkgs-checker v0.8.4 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154 // indirect
github.com/asottile/dockerfile v3.1.0+incompatible // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
2022-05-11 22:47:22 +00:00
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec // indirect
github.com/cavaliergopher/grab v2.0.0+incompatible // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/charmbracelet/bubbles v0.14.0 // indirect
github.com/charmbracelet/bubbletea v0.23.1 // indirect
github.com/charmbracelet/lipgloss v0.6.0 // indirect
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
2022-05-11 22:47:22 +00:00
github.com/containerd/console v1.0.3 // indirect
github.com/containerd/containerd v1.6.20 // indirect
github.com/containerd/continuity v0.3.0 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.12.1 // indirect
github.com/containerd/typeurl v1.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/crillab/gophersat v1.3.2-0.20210701121804-72b19f5b6b38 // indirect
github.com/davidcassany/linuxkit/pkg/metadata v0.0.0-20230124104020-93ac9dd5b8e1 // indirect
github.com/denisbrodbeck/machineid v1.0.1 // indirect
2022-02-01 23:02:30 +00:00
github.com/disintegration/imaging v1.6.2 // indirect
github.com/diskfs/go-diskfs v1.2.1-0.20230123115902-fce1828bbbfa // indirect
github.com/docker/cli v20.10.20+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
github.com/docker/libnetwork v0.8.0-dev.2.0.20200917202933-d0951081b35f // indirect
github.com/ecooper/qlearning v0.0.0-20160612200101-3075011a69fd // indirect
2022-02-01 23:02:30 +00:00
github.com/eliukblau/pixterm v1.3.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
2022-02-01 23:02:30 +00:00
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-git/gcfg v1.5.0 // indirect
github.com/go-git/go-billy/v5 v5.3.1 // indirect
github.com/go-git/go-git/v5 v5.4.2 // 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-20230315185526-52ccab3ef572 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-containerregistry v0.7.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
🔧 Use random free port for Spice display and SSH (#832) * Refactor tests to use the "VM" construct from peg :book: Add cloud-config.json for v1.6.0 (#977) :docs: Add cloud-config.json for v1.6.0 Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> :book: Add documentation about schema validation (#978) * :book: Add documentation for cloud config validation Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add image Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Move image to static dir Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> :bug: Backport dracut patch for ubuntu 20 iscsi (#979) 🔧 Use random free port for Spice display and SSH When running the install test with qemu, the second test will fail because the 2nd machine will fail to start. The failure is cause because the port of the previous machine is still not freed. Hence, let the install-test use a differnet random port if not specified. `GetFreePorts` copied from `kairos-io/kcrypt-challenger`. Credits @jimmykarily. Signed-off-by: Oz Tiram <oz@spectrocloud.com> Update peg and use new VM interface This enables creating mulitple VMs in parallel as done in kairos-io/kcrypt-challenger. Signed-off-by: Oz Tiram <oz@spectrocloud.com> Handle possible collision of spice and SSH ports Signed-off-by: Oz Tiram <oz@spectrocloud.com> Migrate all tests to new PEG API Signed-off-by: Oz Tiram <oz@spectrocloud.com> Remove one more reference to old API. Replace Machine.SendFile with vm.Scp Signed-off-by: Oz Tiram <oz@spectrocloud.com> Try and fix bundle_tests Signed-off-by: Oz Tiram <oz@spectrocloud.com> Temporarily disable many flavours Signed-off-by: Oz Tiram <oz@spectrocloud.com> Bump peg and fix code Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Remove unecessary output and fix test issues Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Make sure we install before we start checking things. It seems that we were relying on previous tests to do the installation because we only had one "Machine". Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Bump peg to better handle "Sudo", dedup tests and make sure installation has happened before every check Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Wait until systemd service becomes active Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Merge multiple similar tests into one because the big overhead comes from the BeforeEach block which is the same in all tests. The tests themselves are just checking differnet things on similar VMs. By merging them we same a lot of time in preparing the same env again and again. Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Fix forgotten "Machine" Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Bring all flavors back This partly reverts commit aa029c20acd79c46122783aad030e2a5410a9374. Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Merge similar tests an uncomment code Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Fix fogotten global Machine function Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Wait for systemd-sysext to do its thing Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Fix forgotten global Sudo and remove gatherLogs which wasn't working anyway Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Fixes after rebase Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Fix `source` not present in ubuntu/debian `/bin/sh` and add debug output to failed test Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Bump peg to fix "read only filesystem" error in tests https://github.com/spectrocloud/peg/commit/50b63c0bf8187674b6532005837393f20f7be713 Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Use "." instead of "source" in vm's "/bin/sh" because "source" is not recognised in debian based flavors Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> * Bump peg to fix vm.Sudo problems and remove redundant check. Now peg just pipes the ssh command without creating tmp scripts Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> --------- Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me> Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com> Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-03-01 22:55:40 +00:00
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect
github.com/google/renameio v1.0.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gookit/color v1.5.3 // indirect
github.com/gorilla/mux v1.8.0 // indirect
2022-02-01 23:02:30 +00:00
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
2023-05-09 12:56:12 +00:00
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/jaypipes/pcidb v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2022-02-01 23:02:30 +00:00
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 // indirect
2022-02-01 23:02:30 +00:00
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect
github.com/kendru/darwin/go/depgraph v0.0.0-20220319173517-8abc3541da93 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.16.0 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d // indirect
github.com/kyokomi/emoji v2.1.0+incompatible // indirect
github.com/labstack/gommon v0.4.0 // indirect
2022-02-01 23:02:30 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/magiconair/properties v1.8.5 // indirect
2022-02-01 23:02:30 +00:00
github.com/makiuchi-d/gozxing v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/buildkit v0.10.1 // indirect
github.com/moby/libnetwork v0.8.0-dev.2.0.20200612180813-9e99af28df21 // indirect
github.com/moby/moby v23.0.0+incompatible // indirect
github.com/moby/patternmatcher v0.5.0 // indirect
github.com/moby/sys/mount v0.3.3 // indirect
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/sys/sequential v0.5.0 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49 // indirect
github.com/mudler/topsort v0.0.0-20201103161459-db5c7901c290 // indirect
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
2022-05-11 22:47:22 +00:00
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.13.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/opencontainers/runc v1.1.7 // indirect
github.com/otiai10/copy v1.9.0 // indirect
github.com/packethost/packngo v0.29.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
2022-02-01 23:02:30 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/xattr v0.4.9 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/qeesung/image2ascii v1.0.1 // indirect
github.com/rancher-sandbox/gofilecache v0.0.0-20210330135715-becdeff5df15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
2022-02-01 23:02:30 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
2022-02-01 23:02:30 +00:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
seedling: Kairos config validator library (#798) * Validate yaml Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * lint feedback Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Validate User name with JsonSchema Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * WIP users validation Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add multiple examples for ssh keys Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add example of complex validation with AnyOf Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Better business rule example with P2P Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Test with message for empty network_token Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Split into a file for each sub section Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add install schema validations Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add to main schema Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add more tests for p2p Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add install schema Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Validate fields between new and old schema It also adds the missing ones Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Remove temp debugging functions Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add new fields in old schema Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add documentation for all exported Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Move schemas into a directory of their own Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add missing dot at end of comment Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Rebase master and add local_file to bundles Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-02-08 10:02:13 +00:00
github.com/swaggest/refl v1.1.0 // indirect
github.com/theupdateframework/notary v0.7.0 // indirect
github.com/tredoe/osutil/v2 v2.0.0-rc.16 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zcalusic/sysinfo v0.9.5 // indirect
go.etcd.io/bbolt v1.3.7 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
2022-02-01 23:02:30 +00:00
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
2022-02-01 23:02:30 +00:00
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
howett.net/plist v1.0.0 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
pault.ag/go/modprobe v0.1.2 // indirect
pault.ag/go/topsort v0.1.1 // indirect
2022-02-01 23:02:30 +00:00
)