-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 695 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/esimov/diagram
go 1.22
require (
gioui.org v0.8.0
github.com/fogleman/gg v1.0.1-0.20180308184255-c97f757e6f0e
github.com/jroimartin/gocui v0.5.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
)