Update .gitignore, go.mod, and main
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user