Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ require (
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go/storage v1.4.0
github.com/ClickHouse/clickhouse-go v1.3.12
github.com/andybalholm/brotli v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.25.48
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/djherbis/buffer v1.1.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/frankban/quicktest v1.5.0 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.9.4 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/mholt/archiver v1.1.3-0.20190812163345-2d1449806793
github.com/mholt/archiver v2.1.0+incompatible
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/pierrec/lz4 v2.3.1-0.20191115212037-9085dacd1e1e+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
Expand Down
Loading