-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.29 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (32 loc) · 1.29 KB
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
module github.com/tormoder/fit
go 1.25.0
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
golang.org/x/tools v0.42.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.5 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)