-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.25 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
module github.com/rotblauer/tileTester2
go 1.17
require (
github.com/cheggaaa/pb v1.0.29
github.com/gorilla/mux v1.8.0
github.com/kpawlik/geojson v0.0.0-20171201195549-1a4f120c6b41
github.com/mattn/go-sqlite3 v1.14.14
github.com/rotblauer/catTrackslib v1.0.1
github.com/rotblauer/trackpoints/trackPoint v0.0.0-20220630172156-84e70c5d820e
go.etcd.io/bbolt v1.3.6
googlemaps.github.io/maps v1.3.2
)
require (
github.com/asim/quadtree v0.1.0 // indirect
github.com/aws/aws-sdk-go v1.44.45 // indirect
github.com/creack/httpreq v0.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deet/simpleline v0.0.0-20140919022041-9d297ff784a2 // indirect
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/olahol/melody v0.0.0-20180227134253-7bd65910e5ab // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
)