From 7e5060b349742707a7149dabfb52b69c3d220f45 Mon Sep 17 00:00:00 2001 From: criyle Date: Sun, 19 Sep 2021 15:48:45 -0700 Subject: [PATCH] gomod: fix replace --- go.mod | 2 -- go.sum | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 80040f0..593e272 100644 --- a/go.mod +++ b/go.mod @@ -62,5 +62,3 @@ retract ( // Old version, don't use [v0.0.1, v0.9.4] ) - -replace github.com/criyle/go-sandbox => ../go-sandbox diff --git a/go.sum b/go.sum index 78341e3..424a964 100644 --- a/go.sum +++ b/go.sum @@ -65,6 +65,8 @@ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWH github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.15 h1:cKRCLMj3Ddm54bKSpemfQ8AtYFBhAI2MPmdys22fBdc= github.com/creack/pty v1.1.15/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= +github.com/criyle/go-sandbox v0.8.5 h1:ss+n6hdw8IYeVtFF06MIgZyGy7nVfmt8B+NZRFW+OmE= +github.com/criyle/go-sandbox v0.8.5/go.mod h1:NINfpuZ5Ywe5qt0tfoeHYxRJe5W7vcu32Jp9HKX4Jbw= 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=