38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module gitlab.com/slon/shad-go/lectures
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go v1.5.4
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/golang/mock v1.6.0
|
|
github.com/jackc/pgx/v4 v4.18.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/tools v0.6.0
|
|
golang.yandex/hasql v1.0.0
|
|
gopl.io v0.0.0-20211004154805-1ae3ec64947b
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.14.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|