mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-04-27 19:29:09 +00:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/kairos-io/kcrypt
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/anatol/luks.go v0.0.0-20220803222236-155595903818
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/jaypipes/ghw v0.9.0
|
|
github.com/mudler/go-pluggable v0.0.0-20220716112424-189d463e3ff3
|
|
github.com/otiai10/copy v1.7.0
|
|
github.com/urfave/cli v1.22.9
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/anatol/devmapper.go v0.0.0-20220716012224-693a1447fc15 // indirect
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/jaypipes/pcidb v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
howett.net/plist v1.0.0 // indirect
|
|
)
|