-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
59 lines (55 loc) · 2.38 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module github.com/owlmessenger/owl
go 1.19
require (
github.com/brendoncarroll/go-exp v0.0.0-20230603162556-069bd4cbec7a
github.com/brendoncarroll/go-p2p v0.0.0-20230603163636-96d6516de644
github.com/brendoncarroll/go-state v0.0.0-20230603163727-234f9bec78f5
github.com/brendoncarroll/go-tai64 v0.0.0-20220726191612-c9e9c0704db4
github.com/brendoncarroll/stdctx v0.0.0-20230325181752-a8a6ba46e3c1
github.com/dchest/siphash v1.2.3
github.com/gotvc/got v0.0.5-0.20230603165348-bfc3345908dd
github.com/inet256/diet256 v0.0.4-0.20230521194823-4b2cddcb5591
github.com/inet256/inet256 v0.0.8-0.20230603164405-67b6a7a91980
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-sqlite3 v1.14.12
github.com/sourcegraph/jsonrpc2 v0.1.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.9.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/sync v0.2.0
google.golang.org/grpc v1.38.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/onsi/ginkgo/v2 v2.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qtls-go1-19 v0.2.1 // indirect
github.com/quic-go/qtls-go1-20 v0.1.1 // indirect
github.com/quic-go/quic-go v0.33.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
)
replace github.com/brendoncarroll/go-p2p/ => ../../brendoncarroll/go-p2p