forked from THRUSTDeltaV/deltasearch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (32 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/ipfs-search/ipfs-search
require (
github.com/Netflix/go-env v0.0.0-20210116210345-8f74e74141f7
github.com/alanshaw/ipfs-hookds v0.3.0
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
github.com/dankinder/httpmock v1.0.1
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-ipfs-api v0.3.0
github.com/ipfs/go-unixfs v0.2.4
github.com/jpillora/backoff v1.0.0
github.com/kr/text v0.2.0 // indirect
github.com/libp2p/go-eventbus v0.2.1
github.com/libp2p/go-libp2p-core v0.6.1
github.com/libp2p/go-libp2p-kad-dht v0.10.0
github.com/multiformats/go-base32 v0.0.3
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opensearch-project/opensearch-go v1.0.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.13.0
go.opentelemetry.io/otel v0.13.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.13.0
go.opentelemetry.io/otel/sdk v0.13.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8 // indirect
)
// +heroku goVersion go1.16
go 1.16