-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathgo.mod
31 lines (29 loc) · 1.34 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
module github.com/ANG13T/DroneXtract
go 1.20
require (
github.com/TwiN/go-color v1.4.0 // indirect
github.com/barasher/go-exiftool v1.9.0 // indirect
github.com/flopp/go-coordsparser v0.0.0-20201115094714-8baaeb7062d5 // indirect
github.com/flopp/go-staticmaps v0.0.0-20220221183018-c226716bec53 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/guptarohit/asciigraph v0.5.6 // indirect
github.com/iskaa02/qalam v0.3.0 // indirect
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/juanirache/tomgjson v0.4.9 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mazznoer/colorgrad v0.8.1 // indirect
github.com/mazznoer/csscolorparser v0.1.0 // indirect
github.com/mdouchement/dng v0.0.0-20170415183926-292bb2b0015a // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tkrajina/gpxgo v1.3.0 // indirect
github.com/twpayne/go-kml v1.5.2 // indirect
github.com/twpayne/go-kml/v3 v3.1.0 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
)