-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 949 Bytes
/
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
module github.com/geovannyAvelar/lukla
go 1.19
require github.com/petoc/hgt v1.0.1
require (
github.com/Jeffail/tunny v0.1.4
github.com/apeyroux/gosm v0.0.0-20141123101329-8f3e37d8629e
github.com/go-chi/chi v1.5.4
github.com/gorilla/handlers v1.5.1
github.com/joho/godotenv v1.5.1
github.com/mazznoer/colorgrad v0.9.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/sirupsen/logrus v1.9.0
github.com/spatial-go/geoos v1.1.3
github.com/spf13/cobra v1.8.0
github.com/tidwall/geodesic v0.3.5
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mazznoer/csscolorparser v0.1.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)