aboutsummaryrefslogtreecommitdiff
path: root/gui/go.mod
blob: 418422e142a71dc958a39619ef2dff9dd1cf144e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module krino/gui

go 1.25.0

toolchain go1.26.8

require github.com/diamondburned/gotk4/pkg v0.3.1

require (
	github.com/KarpelesLab/weak v0.1.1 // indirect
	go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
	golang.org/x/text v0.41.0 // indirect
)

require (
	golang.org/x/sync v0.22.0 // indirect
	krino v0.0.0
)

replace krino => ../