forked from timescale/promscale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (36 loc) · 1.39 KB
/
go.mod
File metadata and controls
39 lines (36 loc) · 1.39 KB
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
module github.com/timescale/promscale
//TODO remove after repo rename
replace github.com/timescale/promscale => ./
go 1.14
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/blang/semver/v4 v4.0.0
github.com/docker/go-connections v0.4.0
github.com/edsrzf/mmap-go v1.0.0
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.1
github.com/golang/snappy v0.0.2
github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8
github.com/jackc/pgconn v1.6.3
github.com/jackc/pgerrcode v0.0.0-20190803225404-afa3381909a6
github.com/jackc/pgproto3/v2 v2.0.2
github.com/jackc/pgtype v1.4.2
github.com/jackc/pgx/v4 v4.8.0
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.15.0
github.com/prometheus/prometheus v1.8.2-0.20201112142552-bef9d4e18226
github.com/schollz/progressbar/v3 v3.7.2
github.com/stretchr/testify v1.6.1
github.com/testcontainers/testcontainers-go v0.5.1
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.uber.org/atomic v1.7.0
go.uber.org/goleak v1.1.10
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)