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)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
|
main
|
||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
go.work.sum
|
go.work.sum
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
|||||||
module unreal-pm
|
module unreal-pm
|
||||||
|
|
||||||
go 1.24.1
|
go 1.23.0
|
||||||
|
|
||||||
require fyne.io/fyne/v2 v2.5.5
|
require fyne.io/fyne/v2 v2.5.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user