shad-go/lectures/go.mod

40 lines
1.4 KiB
Modula-2
Raw Normal View History

module gitlab.com/slon/shad-go/lectures
2023-02-22 13:14:39 +00:00
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/v5 v5.5.3
2023-02-22 13:14:39 +00:00
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.10.0
2023-02-22 13:14:39 +00:00
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/gofrs/uuid v4.0.0+incompatible // indirect
2023-02-22 13:14:39 +00:00
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.10.2 // indirect
2023-02-22 13:14:39 +00:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
2023-02-22 13:14:39 +00:00
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
2023-02-22 13:14:39 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)