forked from algorand/indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 872 Bytes
/
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
module github.com/algorand/indexer
go 1.13
replace github.com/algorand/go-algorand => ./third_party/go-algorand
require (
github.com/algorand/go-algorand v0.0.0-20210803210013-358a2e1609c9
github.com/algorand/go-algorand-sdk v1.9.1
github.com/algorand/go-codec/codec v1.1.7
github.com/algorand/oapi-codegen v1.3.5-algorand5
github.com/getkin/kin-openapi v0.22.0
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgx/v4 v4.13.0
github.com/labstack/echo-contrib v0.11.0
github.com/labstack/echo/v4 v4.3.0
github.com/orlangure/gnomock v0.12.0
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/vektra/mockery v1.1.2 // indirect
)