-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (33 loc) · 1.24 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
module github.com/rotblauer/catTrackslib
go 1.21.2
require (
github.com/asim/quadtree v0.1.0
github.com/aws/aws-sdk-go v1.44.45
github.com/creack/httpreq v0.1.1
github.com/cridenour/go-postgis v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/jellydator/ttlcache/v3 v3.1.1
github.com/lib/pq v1.10.6
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/olahol/melody v0.0.0-20180227134253-7bd65910e5ab
github.com/paulmach/orb v0.11.0
github.com/rotblauer/cattracks-names v0.0.0-20231227161414-4d1ce84a24c2
github.com/rotblauer/tileTester2 v0.0.0-20190203193258-ee43a1e88d7e
go.etcd.io/bbolt v1.3.6
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/time v0.5.0 // indirect
googlemaps.github.io/maps v1.7.0 // indirect
)