-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 758 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/anatol/luks.go
go 1.26
require (
github.com/anatol/devmapper.go v0.0.0-20250316020617-2671eefd35d7
github.com/anatol/vmtest v0.0.0-20250627153117-302402d269a6
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
github.com/stretchr/testify v1.11.1
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
github.com/tych0/go-losetup v0.0.0-20170407175016-fc9adea44124
golang.org/x/crypto v0.49.0
golang.org/x/sys v0.42.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)