mirror of
https://github.com/statbate/special-pancake.git
synced 2026-08-11 03:12:42 +00:00
18 lines
453 B
Modula-2
18 lines
453 B
Modula-2
|
|
module special-pancake
|
||
|
|
|
||
|
|
go 1.19
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/ClickHouse/clickhouse-go v1.5.4
|
||
|
|
github.com/go-sql-driver/mysql v1.7.0
|
||
|
|
github.com/gorilla/websocket v1.5.0
|
||
|
|
github.com/jmoiron/sqlx v1.3.5
|
||
|
|
github.com/json-iterator/go v1.1.12
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
||
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||
|
|
)
|