-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.31 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.31 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
module github.com/TopoSimplify/constdp
go 1.16
require (
github.com/TopoSimplify/box v1.0.0 // indirect
github.com/TopoSimplify/common v0.0.0-20210327231658-12b5ba980d7e
github.com/TopoSimplify/constrain v0.0.0-20200121234736-6881834fc373
github.com/TopoSimplify/ctx v0.0.0-20191218223812-3a11d3046c57
github.com/TopoSimplify/decompose v0.0.0-20210327232840-b280c199bd06
github.com/TopoSimplify/deform v0.0.0-20180905234736-6fe7894314fc // indirect
github.com/TopoSimplify/dp v1.0.1
github.com/TopoSimplify/hdb v1.0.0
github.com/TopoSimplify/homotopy v0.0.0-20180829041249-ecc681c8cadf // indirect
github.com/TopoSimplify/knn v0.0.0-20200112084540-5fed9f206057
github.com/TopoSimplify/lnr v0.0.0-20191222111247-dbd70e7f863e
github.com/TopoSimplify/merge v0.0.0-20200115222332-a6cc5a5124f9
github.com/TopoSimplify/node v1.0.0
github.com/TopoSimplify/offset v0.0.0-20191215171217-3e0ac486281e
github.com/TopoSimplify/opts v1.0.0
github.com/TopoSimplify/pln v1.0.1
github.com/TopoSimplify/relate v0.0.0-20180808093300-f72c9ff672a3 // indirect
github.com/TopoSimplify/split v0.0.0-20200114181942-f77b6d238c74
github.com/franela/goblin v0.0.0-20210113153425-413781f5e6c8
github.com/intdxdt/fan v0.0.0-20200301234418-474f7d883d4b
github.com/intdxdt/geom v1.0.1
github.com/intdxdt/iter v1.0.0
github.com/intdxdt/math v1.0.0
)