forked from tormoder/fit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.03 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/JesprUniverse/fit
go 1.20
require (
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/cespare/xxhash v1.0.0
github.com/client9/misspell v0.3.4
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
github.com/kisielk/errcheck v1.6.1
github.com/kortschak/utter v0.0.0-20180609113506-364ec7d7a8f4
github.com/mdempsky/unconvert v0.0.0-20230125054757-2661c2c99a9b
github.com/tealeg/xlsx v1.0.3
github.com/tormoder/fit v0.14.0
golang.org/x/tools v0.5.0
honnef.co/go/tools v0.4.2
mvdan.cc/gofumpt v0.4.0
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/google/go-cmp v0.5.8 // indirect
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)