forked from dtn7/dtn7-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (42 loc) · 1.6 KB
/
go.mod
File metadata and controls
45 lines (42 loc) · 1.6 KB
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
35
36
37
38
39
40
41
42
43
44
45
module github.com/dtn7/dtn7-go
go 1.25
require (
github.com/BurntSushi/toml v1.6.0
github.com/akamensky/argparse v1.4.0
github.com/dtn7/cboring v0.1.6
github.com/go-co-op/gocron/v2 v2.19.0
github.com/gorilla/mux v1.8.1
github.com/hashicorp/go-multierror v1.1.1
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/quic-go/quic-go v0.59.0
github.com/schollz/peerdiscovery v1.7.6
github.com/sirupsen/logrus v1.9.4
github.com/timshannon/badgerhold/v4 v4.0.3
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/sync v0.19.0
golang.org/x/sys v0.40.0
pgregory.net/rapid v1.2.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgraph-io/badger/v4 v4.9.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.4.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/klauspost/compress v1.18.3 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
go.uber.org/mock v0.6.0 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/net v0.49.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)