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

28 lines
872 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-04-06 17:32:42 +00:00
github.com/BurntSushi/toml v1.2.1 // indirect
2023-01-30 20:20:51 +00:00
github.com/alecthomas/kong v0.7.1
2023-04-05 11:51:42 +00:00
github.com/go-git/go-git/v5 v5.6.1
2020-05-17 15:37:05 +00:00
github.com/kylelemons/godebug v1.1.0 // indirect
2023-04-05 11:51:42 +00:00
github.com/mattn/go-sqlite3 v1.14.16
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
2023-04-06 17:32:42 +00:00
github.com/natefinch/lumberjack v2.0.0+incompatible
2023-04-05 11:51:42 +00:00
github.com/olekukonko/tablewriter v0.0.5
github.com/otiai10/copy v1.9.0
github.com/remeh/sizedwaitgroup v1.0.0
2023-03-18 21:30:07 +00:00
github.com/rs/zerolog v1.29.0
2023-04-05 11:51:42 +00:00
github.com/zcalusic/sysinfo v0.9.5
golang.org/x/crypto v0.7.0
gopkg.in/logrusorgru/aurora.v2 v2.0.3
2023-04-06 17:32:42 +00:00
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
2019-02-02 22:04:44 +00:00
)