-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
57 lines (52 loc) · 2.14 KB
/
go.mod
File metadata and controls
57 lines (52 loc) · 2.14 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
57
module github.com/initialed85/camry
go 1.25.6
// replace github.com/initialed85/djangolang => ../djangolang
require (
github.com/cridenour/go-postgis v1.0.1
github.com/go-chi/chi/v5 v5.2.5
github.com/gomodule/redigo v1.9.3
github.com/google/uuid v1.6.0
github.com/initialed85/djangolang v0.1.34
github.com/jackc/pgx/v5 v5.8.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/jackc/puddle/v2 v2.2.2 // 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.12.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.40.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-20251213150135-2e8d0df862c1 // 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.6.1 // indirect
go.mongodb.org/mongo-driver v1.17.9 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/text v0.35.0 // indirect
gorm.io/gorm v1.31.1 // indirect
)