diff --git a/go.mod b/go.mod index 1914b52fe..f82fd7460 100644 --- a/go.mod +++ b/go.mod @@ -123,5 +123,3 @@ require ( golang.org/x/tools v0.21.0 // indirect google.golang.org/grpc v1.63.2 // indirect ) - -replace github.com/darkweak/storages/core => ../storages/core diff --git a/go.sum b/go.sum index 1f2f74e82..799409de9 100644 --- a/go.sum +++ b/go.sum @@ -98,6 +98,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/darkweak/go-esi v0.0.5 h1:b9LHI8Tz46R+i6p8avKPHAIBRQUCZDebNmKm5w/Zrns= github.com/darkweak/go-esi v0.0.5/go.mod h1:koCJqwum1u6mslyZuq/Phm6hfG1K3ZK5Y7jrUBTH654= +github.com/darkweak/storages/core v0.0.9 h1:N8UokJlgDC3QgRtUob9vsqJYJOkmBvjhr5vx2k4L5qU= +github.com/darkweak/storages/core v0.0.9/go.mod h1:ajTpB9IFLRIRY0EEFLjM5vtsrcNTh+TJK9yRxgG5/wY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=