Upgrade dependencies

This commit is contained in:
Héctor Giménez
2023-05-19 14:10:18 +09:00
parent e9b4e6be5a
commit 0a25a8d174
2 changed files with 39 additions and 15 deletions

6
go.mod
View File

@@ -4,9 +4,9 @@ go 1.19
require (
github.com/faiface/beep v1.1.0
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.3
github.com/winlabs/gowin32 v0.0.0-20221003142512-0d265587d3c9
golang.org/x/sys v0.6.0
golang.org/x/sys v0.8.0
)
require (
@@ -15,7 +15,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)