-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
56 lines (52 loc) · 1.96 KB
/
Copy pathgo.mod
File metadata and controls
56 lines (52 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module github.com/basicrum/front_basicrum_go
go 1.21
require (
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
github.com/eapache/go-resiliency v1.5.0
github.com/golang/mock v1.6.0
github.com/martinlindhe/base36 v1.1.1
github.com/mileusna/useragent v1.3.4
github.com/robfig/cron/v3 v3.0.1
github.com/rs/cors v1.10.1
github.com/stretchr/testify v1.8.4
github.com/ua-parser/uap-go v0.0.0-20240113215029-33f8e6d47f38
github.com/uptrace/go-clickhouse v0.3.1
github.com/uptrace/go-clickhouse/chdebug v0.3.1
golang.org/x/crypto v0.18.0
golang.org/x/sync v0.6.0
)
require (
github.com/codemodus/kace v0.5.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/ClickHouse/ch-go v0.61.1 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
github.com/google/uuid v1.5.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/klauspost/compress v1.17.4
github.com/oschwald/geoip2-golang v1.9.0
github.com/paulmach/orb v0.11.0 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/trace v1.22.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)