Files
JSONUIHELPER/go.mod
2024-09-13 20:56:43 +03:00

10 lines
167 B
Modula-2

module JsonUI
go 1.23.0
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/sys v0.4.0 // indirect
)