pkg/go.mod

13 lines
258 B
Modula-2
Raw Permalink Normal View History

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
github.com/ulikunitz/xz v0.5.11
2024-01-20 13:00:01 +00:00
golang.org/x/crypto v0.18.0
gopkg.in/yaml.v2 v2.4.0
2018-06-17 06:46:58 +00:00
)
2019-10-09 05:40:56 +00:00
go 1.13