clickhouse/go.mod

10 lines
133 B
Modula-2
Raw Permalink Normal View History

2022-10-26 14:26:49 +03:00
module git.bit5.ru/backend/clickhouse
go 1.13
require (
github.com/stretchr/testify v1.6.1
git.bit5.ru/backend/errors v1.0.0
)