-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 849 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/refi64/nsbox
go 1.12
require (
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46
github.com/artyom/untar v1.0.0
github.com/briandowns/spinner v1.9.0
github.com/coreos/go-systemd/v22 v22.0.0
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
github.com/creack/pty v1.1.9
github.com/dustin/go-humanize v1.0.0
github.com/godbus/dbus/v5 v5.0.3
github.com/google/go-containerregistry v0.0.0-20200320200342-35f57d7d4930
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.1.1
github.com/opencontainers/selinux v1.4.0
github.com/pkg/errors v0.9.1
github.com/refi64/go-lxtempdir v0.0.0-20190815193640-e8f0a4e7825f
github.com/varlink/go v0.3.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae
)