flutter shell u. emacs

This commit is contained in:
Nico
2024-11-10 16:53:41 +01:00
parent 2d73f4c713
commit 740c47e610
153 changed files with 5857 additions and 219 deletions

View File

@@ -0,0 +1,16 @@
module test/go
go 1.23.2
require (
github.com/go-flutter-desktop/go-flutter v0.52.2
github.com/pkg/errors v0.9.1
)
require (
github.com/Xuanwo/go-locale v1.1.0 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220712193148-63cf1f4ef61f // indirect
golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect
golang.org/x/text v0.3.7 // indirect
)