-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (34 loc) · 1.42 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
module github.com/matisiekpl/pansa-plan
go 1.20
require (
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.1
github.com/anaskhan96/soup v1.2.5
github.com/aymerick/raymond v2.0.2+incompatible
github.com/desertbit/fillpdf v0.0.2
github.com/flopp/go-staticmaps v0.0.0-20220221183018-c226716bec53
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
github.com/google/uuid v1.3.0
github.com/labstack/echo/v4 v4.11.1
github.com/matisiekpl/notam v0.0.0-20230903190302-ed364446b8e7
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/flopp/go-coordsparser v0.0.0-20201115094714-8baaeb7062d5 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/tkrajina/gpxgo v1.1.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)