mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-16 01:26:35 +00:00
11 lines
240 B
Modula-2
11 lines
240 B
Modula-2
module github.com/kshvakov/clickhouse
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/bkaradzic/go-lz4 v1.0.0
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
|
|
github.com/pierrec/lz4 v2.0.5+incompatible
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|