-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
44 lines (41 loc) · 1.71 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
38
39
40
41
42
43
44
module github.com/NathanBaulch/rainbow-roads
go 1.18
require (
github.com/StephaneBunel/bresenham v0.0.0-20211027152503-ec76d7b8e923
github.com/antonmedv/expr v1.9.0
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/bcicen/go-units v1.0.5
github.com/fogleman/gg v1.3.0
github.com/kettek/apng v0.0.0-20220823221153-ff692776a607
github.com/llehouerou/go-tcx v0.0.0-20161119054955-2b6af946ac47
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/serjvanilla/go-overpass v0.0.0-20220918094045-58606372f808
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/tkrajina/gpxgo v1.3.1
github.com/tormoder/fit v0.15.0
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
golang.org/x/image v0.14.0
golang.org/x/text v0.14.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/bcicen/bfstree v1.0.0 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kisielk/errcheck v1.6.3 // indirect
github.com/mdempsky/unconvert v0.0.0-20230907125504-415706980c06 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20231226003508-02704c960a9b // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
honnef.co/go/tools v0.4.6 // indirect
mvdan.cc/gofumpt v0.5.0 // indirect
)