forked from mendersoftware/mender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 921 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/mendersoftware/mender
go 1.14
require (
github.com/bmatsuo/lmdb-go v1.6.1-0.20160816100615-69ad631904c9
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/godbus/dbus v4.1.0+incompatible
github.com/mendersoftware/mender-artifact v0.0.0-20201109124241-8c0fc025ea52
github.com/mendersoftware/openssl v1.1.0
github.com/mendersoftware/progressbar v0.0.2
github.com/pkg/errors v0.9.1
github.com/remyoudompheng/go-liblzma v0.0.0-20190506200333-81bf2d431b96 // indirect
github.com/sirupsen/logrus v1.4.3-0.20200306102446-7ea96a3284ed
github.com/stretchr/testify v1.7.0
github.com/ungerik/go-sysfs v0.0.0-20190613143942-7f098ddb67a6
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
golang.org/x/sys v0.0.0-20200116001909-b77594299b42
)
replace github.com/urfave/cli/v2 => github.com/mendersoftware/cli/v2 v2.1.1-minimal