-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 753 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/TopoSimplify/decompose
go 1.16
require (
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 v0.0.0-20180605085736-6e7d8005f4ea
github.com/TopoSimplify/pln v1.0.0
github.com/TopoSimplify/rng v1.0.0
github.com/TopoSimplify/state v0.0.0-20191217030640-e06ef7ee1bbf
github.com/franela/goblin v0.0.0-20210113153425-413781f5e6c8
github.com/intdxdt/deque v0.0.0-20171102130235-3e5a69a6fa23
github.com/intdxdt/geom v1.0.1
github.com/intdxdt/iter v1.0.0
github.com/intdxdt/sset v0.0.0-20180716051722-847da91b3696
github.com/intdxdt/vect v0.0.0-20191214134333-3fe6478de6f9 // indirect
)