-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
25 lines (21 loc) · 885 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
25
module github.com/cs-au-dk/goat
go 1.18
require (
github.com/benbjohnson/immutable v0.4.0
github.com/fatih/color v1.13.0
github.com/goccy/go-graphviz v0.0.9
github.com/spakin/disjoint v1.0.0
golang.org/x/tools v0.1.12
)
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
)
replace github.com/benbjohnson/immutable => github.com/barrenszeppelin/immutable v0.4.1-0.20221117130515-92ff13d85304