Update .gitignore, go.mod, and main

This commit is contained in:
2025-03-21 16:17:37 +01:00
parent 33bcb018f8
commit 824dc55e75
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -18,6 +18,8 @@
# Dependency directories (remove the comment below to include it)
# vendor/
main
# Go workspace file
go.work
go.work.sum

2
go.mod
View File

@@ -1,6 +1,6 @@
module unreal-pm
go 1.24.1
go 1.23.0
require fyne.io/fyne/v2 v2.5.5

BIN
main

Binary file not shown.