-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathgo.mod
22 lines (20 loc) · 821 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
module github.com/tormoder/fit
go 1.15
require (
github.com/OneOfOne/xxhash v1.2.5 // indirect
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/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
github.com/jonas-p/go-shp v0.1.1 // indirect
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/spaolacci/murmur3 v1.1.0 // indirect
github.com/tealeg/xlsx v1.0.3
golang.org/x/image v0.18.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
honnef.co/go/tools v0.4.2
mvdan.cc/gofumpt v0.4.0
)