forked from dtn7/dtn7-gold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.33 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
32
33
34
module github.com/dtn7/dtn7-go
require (
github.com/BurntSushi/toml v1.1.0
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/RyanCarrier/dijkstra v1.1.0
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dtn7/cboring v0.1.5
github.com/dtn7/rf95modem-go v0.3.1
github.com/fsnotify/fsnotify v1.5.4
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.3 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/pkg/errors v0.9.1 // indirect
github.com/schollz/peerdiscovery v1.6.11
github.com/sirupsen/logrus v1.8.1
github.com/timshannon/badgerhold v1.0.0
github.com/ulikunitz/xz v0.5.10
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
go 1.16
// https://github.com/schollz/peerdiscovery/pull/31
replace github.com/schollz/peerdiscovery => github.com/oxzi/peerdiscovery v1.6.11-0.20220521165802-080b7430db85