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

go 1.25.0

toolchain go1.26.8

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

require golang.org/x/text v0.41.0 // indirect

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

replace krino => ../