diff --git a/.gitignore b/.gitignore index 86e2f6a..b975044 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ # Dependency directories (remove the comment below to include it) # vendor/ +main + # Go workspace file go.work go.work.sum diff --git a/go.mod b/go.mod index 4d13bab..7b8e762 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module unreal-pm -go 1.24.1 +go 1.23.0 require fyne.io/fyne/v2 v2.5.5 diff --git a/main b/main deleted file mode 100755 index 1185efa..0000000 Binary files a/main and /dev/null differ