Bug fix: Remove replace from go.mod

This commit is contained in:
Hajime Hoshi 2019-10-22 14:36:09 +09:00
parent a117486da7
commit be449ea430

2
go.mod
View File

@ -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