-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 922 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 922 Bytes
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
module github.com/spatialcurrent/go-adaptive-functions
go 1.17
require (
github.com/client9/misspell v0.3.4
github.com/kisielk/errcheck v1.6.0
github.com/pkg/errors v0.9.1
github.com/spatialcurrent/go-counter v0.0.0-20190821021037-4da7b148c929
github.com/spatialcurrent/go-flat v0.0.0-20211120212314-7d520440d6c9
github.com/spatialcurrent/go-math v0.0.0-20211120210754-b3872f7000fe
github.com/spatialcurrent/go-stringify v0.0.0-20190614132730-232a67e2a3f0
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.7
honnef.co/go/tools v0.2.2
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)