-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
33 lines (31 loc) · 1.27 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
module github.com/cnosdb/tsdb-comparisons
go 1.14
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.0
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/apache/iotdb-client-go v1.1.0
github.com/blagojts/viper v1.6.3-0.20200313094124-068f44cf5e69
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/google/go-cmp v0.5.7
github.com/jackc/pgx/v4 v4.8.0
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
github.com/lib/pq v1.3.0
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/taosdata/driver-go/v2 v2.0.1
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/valyala/fasthttp v1.15.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/yaml.v2 v2.3.0
)