-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
32 lines (30 loc) · 1.11 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
module github.com/revolution1/jsonrpc-proxy
go 1.15
require (
github.com/AdhityaRamadhanus/fasthttpcors v0.0.0-20170121111917-d4c07198763a
github.com/Ferluci/fast-realip v1.0.0
github.com/allegro/bigcache v1.2.1
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
github.com/fasthttp/router v1.3.3
github.com/ghodss/yaml v1.0.0
github.com/google/gops v0.3.14
github.com/json-iterator/go v1.1.10
github.com/klauspost/compress v1.11.3 // indirect
github.com/mailru/easyjson v0.7.6
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0 // indirect
github.com/savsgio/gotils v0.0.0-20200909101946-939aa3fc74fb
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.18.0
go.uber.org/multierr v1.6.0
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.12
sigs.k8s.io/yaml v1.2.0
)