update go mod

This commit is contained in:
crgimenes
2024-07-09 09:22:49 -03:00
parent 8b1b8f762a
commit 78fe84fc7b
2 changed files with 8 additions and 14 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.22
require (
crg.eti.br/go/config v1.5.0
github.com/hajimehoshi/ebiten/v2 v2.7.5
github.com/hajimehoshi/ebiten/v2 v2.7.7
)
require (
@@ -16,7 +16,7 @@ require (
github.com/jezek/xgb v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)