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