-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
31 lines (28 loc) · 1.35 KB
/
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
25
26
27
28
29
30
31
module github.com/libopenstorage/gossip
go 1.19
require (
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/memberlist v0.0.0-20160526233940-7c7d6bae440f
github.com/libopenstorage/openstorage v9.4.47-0.20240302011532-3e7bd702c0c1+incompatible
github.com/sirupsen/logrus v1.0.4
github.com/stretchr/testify v1.3.0
)
require (
github.com/armon/go-metrics v0.0.0-20160521002338-fbf75676ee9c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/go-multierror v0.0.0-20150916205742-d30f09973e19 // indirect
github.com/miekg/dns v0.0.0-20160512064316-48ab6605c66a // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
google.golang.org/appengine v1.6.8 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
)