This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
45 lines (41 loc) · 1.79 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
module github.com/kinecosystem/agora
go 1.13
require (
cirello.io/dynamolock v1.3.3
cloud.google.com/go/bigquery v1.8.0
github.com/aws/aws-sdk-go v1.25.25
github.com/aws/aws-sdk-go-v2 v0.17.0
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/go-redis/redis/v7 v7.0.0
github.com/go-redis/redis_rate/v8 v8.0.0
github.com/golang/protobuf v1.5.1
github.com/hashicorp/golang-lru v0.5.1
github.com/kinecosystem/agora-api v0.27.0
github.com/kinecosystem/agora-common v0.85.0
github.com/kinecosystem/go v0.0.0-20191108204735-d6832148266e
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mr-tron/base58 v1.2.0
github.com/ory/dockertest v3.3.5+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.1
github.com/stellar/go v0.0.0-20191211203732-552e507ffa37
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/ybbus/jsonrpc v2.1.2+incompatible
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
google.golang.org/api v0.44.0
google.golang.org/grpc v1.37.0
google.golang.org/protobuf v1.26.0
gotest.tools v2.2.0+incompatible
)
// This dependency of stellar/go no longer exists; use a forked version of the repo instead.
replace bitbucket.org/ww/goautoneg => github.com/adjust/goautoneg v0.0.0-20150426214442-d788f35a0315
// uncomment below if you wish to use locally checked out dependencies (devs only)
//replace github.com/kinecosystem/agora-api => ../agora-api
//replace github.com/kinecosystem/agora-common => ../agora-common