-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
102 lines (98 loc) · 4.14 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// SPDX-FileCopyrightText: 2021 The Go-SSB Authors
//
// SPDX-License-Identifier: MIT
module github.com/ssbc/go-ssb
go 1.17
require (
filippo.io/edwards25519 v1.0.0
github.com/RoaringBitmap/roaring v1.2.1
github.com/VividCortex/gohistogram v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/dgraph-io/sroar v0.0.0-20220527172339-b92b7eaaf6e0
github.com/dustin/go-humanize v1.0.0
github.com/go-kit/kit v0.12.0
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.12
github.com/keks/persist v0.0.0-20210520094901-9bdd97c1fad2
github.com/keks/testops v0.1.0
github.com/komkom/toml v0.1.2
github.com/kylelemons/godebug v1.1.0
github.com/libp2p/go-reuseport v0.2.0
github.com/machinebox/progress v0.2.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
github.com/prometheus/client_golang v1.14.0
github.com/rs/cors v1.8.3
github.com/shurcooL/go-goon v1.0.0
github.com/ssbc/go-gabbygrove v0.2.2
github.com/ssbc/go-luigi v0.3.7-0.20230119190114-bd28e676fa99
github.com/ssbc/go-metafeed v1.1.3
github.com/ssbc/go-muxrpc/v2 v2.0.14-0.20221111190521-10382533750c
github.com/ssbc/go-netwrap v0.1.5-0.20221019160355-cd323bb2e29d
github.com/ssbc/go-secretstream v1.2.11-0.20221019175226-fa042d4912fe
github.com/ssbc/go-ssb-multiserver v0.1.5-0.20221019203850-917ae0e23d57
github.com/ssbc/go-ssb-refs v0.5.2
github.com/ssbc/margaret v0.4.4-0.20221101112304-4f5815095ef3
github.com/stretchr/testify v1.8.1
github.com/ugorji/go/codec v1.2.8
github.com/urfave/cli/v2 v2.23.7
github.com/zeebo/bencode v1.0.0
go.cryptoscope.co/nocomment v0.0.0-20210520094614-fb744e81f810
go.mindeco.de v1.12.0
golang.org/x/crypto v0.4.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.5.0
gonum.org/v1/gonum v0.12.0
modernc.org/kv v1.0.5
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.3.3 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v22.10.26+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/karrick/bufpool v1.2.0 // indirect
github.com/karrick/gopool v1.2.2 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matryer/is v1.3.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20220927061507-ef77025ab5aa // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/exp v0.0.0-20221025133541-111beb427cde // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.2.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/fileutil v1.1.1 // indirect
modernc.org/internal v1.0.5 // indirect
modernc.org/lldb v1.0.4 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/sortutil v1.1.1 // indirect
modernc.org/zappy v1.0.5 // indirect
)