-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
59 lines (54 loc) · 2.05 KB
/
go.mod
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
57
58
59
module wheretopark
go 1.21
toolchain go1.21.1
require (
github.com/InfluxCommunity/influxdb3-go v0.5.0
github.com/allegro/bigcache/v3 v3.1.0
github.com/caarlos0/env/v10 v10.0.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-resty/resty/v2 v2.9.1
github.com/goccy/go-yaml v1.11.2
github.com/google/go-cmp v0.5.9
github.com/mmcloughlin/geohash v0.10.0
github.com/paulmach/go.geojson v1.5.0
github.com/rs/zerolog v1.31.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.4
github.com/u2takey/ffmpeg-go v0.5.0
gocv.io/x/gocv v0.34.0
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/text v0.14.0
)
require (
github.com/aws/aws-sdk-go v1.45.24 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/go-playground/validator/v10 v10.15.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/apache/arrow/go/v13 v13.0.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/flatbuffers v23.1.21+incompatible // indirect
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)