-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
24 lines (22 loc) · 1002 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
23
24
module github.com/tormoder/fit
go 1.15
require (
github.com/BurntSushi/toml v0.3.1 // indirect
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-20180909121442-1003c8bd00dc
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/kisielk/errcheck v1.2.0
github.com/kortschak/utter v0.0.0-20180609113506-364ec7d7a8f4
github.com/mdempsky/unconvert v0.0.0-20190325185700-2f5dc3378ed3
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tealeg/xlsx v1.0.3
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
golang.org/x/tools v0.0.0-20190501045030-23463209683d
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a
mvdan.cc/gofumpt v0.0.0-20190427031043-b295af7664cd
)