forked from timescale/promscale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
43 lines (41 loc) · 1.63 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
35
36
37
38
39
40
41
42
43
module github.com/timescale/promscale
go 1.15
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/armon/go-metrics v0.3.3 // indirect
github.com/blang/semver/v4 v4.0.0
github.com/cespare/xxhash/v2 v2.1.1
github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68
github.com/docker/go-connections v0.4.0
github.com/edsrzf/mmap-go v1.0.0
github.com/gin-gonic/gin v1.6.2 // indirect
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.3
github.com/hashicorp/go-hclog v0.12.2 // indirect
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
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/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pbnjay/memory v0.0.0-20201129165224-b12e5d931931
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.18.0
github.com/prometheus/prometheus v1.8.2-0.20210322105412-0d8db5295421
github.com/schollz/progressbar/v3 v3.7.2
github.com/sergi/go-diff v1.0.0
github.com/stretchr/testify v1.7.0
github.com/testcontainers/testcontainers-go v0.10.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
go.uber.org/atomic v1.7.0
go.uber.org/goleak v1.1.10
gotest.tools v2.2.0+incompatible // indirect
)