2022-05-11 06:29:53 +03:00
|
|
|
module github.com/microsoft/CBL-Mariner/toolkit/tools
|
2020-08-07 06:17:52 +03:00
|
|
|
|
2023-10-06 02:53:14 +03:00
|
|
|
go 1.20
|
2020-08-07 06:17:52 +03:00
|
|
|
|
|
|
|
require (
|
2022-07-11 23:55:16 +03:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
2021-02-25 03:51:15 +03:00
|
|
|
github.com/bendahl/uinput v1.4.0
|
2020-08-07 06:17:52 +03:00
|
|
|
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
|
2022-05-20 05:53:55 +03:00
|
|
|
github.com/gdamore/tcell v1.4.0
|
2021-07-09 19:45:19 +03:00
|
|
|
github.com/jinzhu/copier v0.3.2
|
2021-12-13 14:39:02 +03:00
|
|
|
github.com/juliangruber/go-intersect v1.1.0
|
2022-05-20 05:53:55 +03:00
|
|
|
github.com/klauspost/pgzip v1.2.5
|
2023-09-28 00:32:23 +03:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2
|
2022-05-20 05:53:55 +03:00
|
|
|
github.com/muesli/crunchy v0.4.0
|
2020-08-07 06:17:52 +03:00
|
|
|
github.com/rivo/tview v0.0.0-20200219135020-0ba8301b415c
|
2023-08-12 04:20:30 +03:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2022-05-20 05:53:55 +03:00
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
github.com/ulikunitz/xz v0.5.10
|
2023-02-24 02:10:24 +03:00
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
2022-06-14 04:18:11 +03:00
|
|
|
gonum.org/v1/gonum v0.11.0
|
2020-08-07 06:17:52 +03:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
2023-09-21 01:19:33 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0
|
2022-05-20 05:53:55 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
|
|
github.com/klauspost/compress v1.10.5 // indirect
|
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.7 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/rivo/uniseg v0.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 // indirect
|
2023-02-24 02:10:24 +03:00
|
|
|
golang.org/x/text v0.3.8 // indirect
|
2020-08-07 06:17:52 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
)
|