forked from mendersoftware/mender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 936 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
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/gorilla/websocket v1.4.3-0.20220104015952-9111bb834a68
github.com/mendersoftware/mender-artifact v0.0.0-20211202103248-a143afebe434
github.com/mendersoftware/openssl v0.0.0-20220610125625-9fe59ddd6ba4
github.com/mendersoftware/progressbar v0.0.3
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/ungerik/go-sysfs v0.0.0-20190613143942-7f098ddb67a6
github.com/urfave/cli/v2 v2.2.0
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/urfave/cli/v2 => github.com/mendersoftware/cli/v2 v2.1.1-minimal