bug fix: unexpected 'replace' in go.mod

This commit is contained in:
Hajime Hoshi 2023-01-09 02:16:26 +09:00
parent 08fba564f8
commit 217584ceb3

2
go.mod
View File

@ -24,5 +24,3 @@ require (
golang.org/x/mod v0.7.0 // indirect
golang.org/x/text v0.6.0 // indirect
)
replace github.com/hajimehoshi/oto/v2 => ../oto