forked from algorand/indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 801 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
module github.com/algorand/indexer
go 1.13
require (
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.19.0
github.com/labstack/echo-contrib v0.10.0
github.com/labstack/echo/v4 v4.1.16
github.com/lib/pq v1.5.1
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/orlangure/gnomock v0.12.0
github.com/prometheus/client_golang v1.5.1
github.com/sirupsen/logrus v1.5.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.6.1
github.com/valyala/fasttemplate v1.2.0 // indirect
github.com/vektra/mockery v1.1.2 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
)