diff --git a/engine/scrobbler_test.go b/engine/scrobbler_test.go index f2d4ae9dd..ef96fd550 100644 --- a/engine/scrobbler_test.go +++ b/engine/scrobbler_test.go @@ -1,6 +1,7 @@ package engine_test import ( + "errors" "testing" "time" @@ -9,7 +10,6 @@ import ( "github.com/cloudsonic/sonic-server/persistence" . "github.com/cloudsonic/sonic-server/tests" . "github.com/smartystreets/goconvey/convey" - "github.com/syndtr/goleveldb/leveldb/errors" ) func TestScrobbler(t *testing.T) { diff --git a/go.mod b/go.mod index c6bc72250..ad86d3603 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,6 @@ require ( github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v1.6.4 github.com/stretchr/testify v1.4.0 // indirect - github.com/syndtr/goleveldb v0.0.0-20181127023241-353a9fca669c golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect google.golang.org/appengine v1.6.5 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect