mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
Bug fix: Remove replace from go.mod
This commit is contained in:
parent
a117486da7
commit
be449ea430
2
go.mod
2
go.mod
@ -19,5 +19,3 @@ require (
|
|||||||
golang.org/x/tools v0.0.0-20190830223141-573d9926052a
|
golang.org/x/tools v0.0.0-20190830223141-573d9926052a
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/hajimehoshi/oto => ../oto
|
|
||||||
|
Loading…
Reference in New Issue
Block a user