-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 757 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/TopoSimplify/dp
go 1.16
require (
github.com/TopoSimplify/common v0.0.0-20210327231658-12b5ba980d7e
github.com/TopoSimplify/decompose v0.0.0-20210327232840-b280c199bd06
github.com/TopoSimplify/lnr v0.0.0-20191222111247-dbd70e7f863e
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/state v0.0.0-20191217030640-e06ef7ee1bbf
github.com/franela/goblin v0.0.0-20210113153425-413781f5e6c8 // indirect
github.com/intdxdt/cmp v0.0.0-20171102110413-58dfeb370ea5
github.com/intdxdt/geom v1.0.1
github.com/intdxdt/iter v1.0.0
github.com/intdxdt/sset v0.0.0-20180716051722-847da91b3696
)