-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (57 loc) · 2.33 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
60
61
62
module github.com/initialed85/camry
go 1.23.1
// replace github.com/initialed85/djangolang => ../djangolang
require (
github.com/cridenour/go-postgis v1.0.0
github.com/go-chi/chi/v5 v5.1.0
github.com/gomodule/redigo v1.9.2
github.com/google/uuid v1.6.0
github.com/initialed85/djangolang v0.1.9
github.com/jackc/pgx/v5 v5.7.1
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/jackc/pgtype v1.14.3 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/paulmach/orb v0.11.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/alfg/mp4 v0.0.0-20210728035756-55ea58c08aeb
github.com/aymericbeaumet/go-tsvector v0.0.0-20210303220322-b3114343d43a // indirect
github.com/chanced/caps v1.0.2 // indirect
github.com/gertd/go-pluralize v0.2.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/initialed85/structmeta v0.0.0-20240923104310-4adf4f5a7354 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pglogrepl v0.0.0-20240307033717-828fbfe908e9 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/nats.go v1.37.0
github.com/twpayne/go-geom v1.5.7 // indirect
github.com/u2takey/ffmpeg-go v0.5.0
go.mongodb.org/mongo-driver v1.17.1 // indirect
gocv.io/x/gocv v0.38.0
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/text v0.19.0 // indirect
gorm.io/gorm v1.25.12 // indirect
)