1
0
mirror of https://github.com/fumiama/ahsai.git synced 2026-06-08 17:20:23 +08:00

chore: update deps

This commit is contained in:
源文雨
2025-09-30 22:18:31 +08:00
parent 6301a94e92
commit 54bdb0ca72
5 changed files with 36 additions and 53 deletions

16
go.mod
View File

@@ -1,16 +1,14 @@
module github.com/fumiama/ahsai
go 1.17
go 1.22
require github.com/faiface/beep v1.1.0
require github.com/gopxl/beep/v2 v2.1.1
require (
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/ebitengine/oto/v3 v3.3.2 // indirect
github.com/ebitengine/purego v0.8.0 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 // indirect
golang.org/x/sys v0.25.0 // indirect
)