2022-03-28 11:30:35 +02:00
|
|
|
module novit.tech/direktil/pkg
|
2018-06-17 17:46:58 +11:00
|
|
|
|
|
|
|
require (
|
2022-03-30 11:49:17 +02:00
|
|
|
github.com/cavaliergopher/cpio v1.0.1
|
2024-01-20 14:00:01 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/rs/zerolog v1.31.0
|
2023-12-17 13:14:09 +01:00
|
|
|
github.com/ulikunitz/xz v0.5.11
|
2024-01-20 14:00:01 +01:00
|
|
|
golang.org/x/crypto v0.18.0
|
2023-12-17 13:14:09 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-06-17 17:46:58 +11:00
|
|
|
)
|
2019-10-09 16:40:56 +11:00
|
|
|
|
|
|
|
go 1.13
|