1
0
Fork 0
out-of-tree/go.mod

29 lines
989 B
Modula-2
Raw Normal View History

2019-02-02 22:04:44 +00:00
module code.dumpstack.io/tools/out-of-tree
2020-05-30 10:43:12 +00:00
go 1.14
2019-02-02 22:04:44 +00:00
replace code.dumpstack.io/tools/out-of-tree/qemu => ./qemu
replace code.dumpstack.io/tools/out-of-tree/config => ./config
require (
2023-01-30 20:20:51 +00:00
github.com/alecthomas/kong v0.7.1
2020-06-14 20:14:59 +00:00
github.com/go-git/go-git/v5 v5.1.0
2023-03-18 21:30:07 +00:00
github.com/google/go-cmp v0.5.8 // indirect
2020-05-17 15:37:05 +00:00
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.11.0
2023-01-30 20:20:51 +00:00
github.com/mitchellh/go-homedir v1.1.0
2019-02-02 22:04:44 +00:00
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/olekukonko/tablewriter v0.0.1
2019-06-10 18:50:30 +00:00
github.com/otiai10/copy v1.0.1
2020-05-17 15:37:05 +00:00
github.com/otiai10/curr v1.0.0 // indirect
2019-02-02 22:04:44 +00:00
github.com/remeh/sizedwaitgroup v0.0.0-20180822144253-5e7302b12cce
2023-03-18 21:30:07 +00:00
github.com/rs/zerolog v1.29.0
2020-05-17 15:37:05 +00:00
github.com/stretchr/testify v1.5.1 // indirect
2019-08-16 05:07:39 +00:00
github.com/zcalusic/sysinfo v0.0.0-20190429151633-fbadb57345c2
2023-03-18 21:30:07 +00:00
golang.org/x/crypto v0.1.0
gopkg.in/logrusorgru/aurora.v2 v2.0.0-20190417123914-21d75270181e
2019-02-02 22:04:44 +00:00
)