forked from lxc/lxcri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (18 loc) · 772 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
module github.com/lxc/lxcri
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/creack/pty v1.1.11
github.com/drachenfels-de/gocapability v0.0.0-20210413092208-755d79b01352
github.com/kr/pretty v0.2.1 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/lxc/go-lxc.v2 v2.0.0-20210205143421-c4b883be4881
sigs.k8s.io/yaml v1.2.0
)
replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
replace golang.org/x/text => golang.org/x/text v0.3.3
go 1.16