-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.44 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 lbauthdata
go 1.13
require (
github.com/Dieterbe/artisanalhistogram v0.0.0-20170619072513-f61b7225d304 // indirect
github.com/alyu/configparser v0.0.0-20191103060215-744e9a66e7bc // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/dgryski/go-jump v0.0.0-20170409065014-e1f439676b57 // indirect
github.com/dgryski/go-linlog v0.0.0-20180207191225-edcf2dfd90ff // indirect
github.com/glacjay/goini v0.0.0-20161120062552-fd3024d87ee2 // indirect
github.com/go-chi/chi v4.0.2+incompatible
github.com/go-macaron/binding v1.0.1 // indirect
github.com/go-test/deep v1.0.7
github.com/grafana/globalconf v0.0.0-20181214112547-7a1aae0695d9 // indirect
github.com/grafana/metrictank v0.13.1
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/jackc/pgtype v1.0.2
github.com/jackc/pgx v3.6.0+incompatible
github.com/jackc/pgx/v4 v4.1.2
github.com/joho/godotenv v1.3.0
github.com/kisielk/og-rek v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/prometheus/client_golang v1.3.0 // indirect
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
github.com/raintank/dur v0.0.0-20181019115741-955e3a77c6a8 // indirect
github.com/rs/zerolog v1.15.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/tinylib/msgp v1.1.1 // indirect
go.uber.org/zap v1.10.0
)