This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
36 lines (33 loc) · 1.37 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
module github.com/pieterclaerhout/export-komoot
go 1.19
require (
github.com/alexflint/go-arg v1.4.3
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
github.com/pieterclaerhout/go-log v1.15.0
github.com/pieterclaerhout/go-waitgroup v1.0.7
github.com/shabbyrobe/xmlwriter v0.0.0-20220218224045-defe0ad214f6
github.com/tormoder/fit v0.14.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28 // indirect
github.com/kisielk/errcheck v1.6.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mdempsky/unconvert v0.0.0-20230125054757-2661c2c99a9b // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rotisserie/eris v0.5.4 // indirect
github.com/sanity-io/litter v1.5.5 // indirect
golang.org/x/exp/typeparams v0.0.0-20230306221820-f0f767cdffd6 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
honnef.co/go/tools v0.4.2 // indirect
mvdan.cc/gofumpt v0.4.0 // indirect
)