From 6a5956c436a19cbb602bd0e9d836de7156ae43eb Mon Sep 17 00:00:00 2001 From: beer-1 Date: Thu, 31 Oct 2024 18:33:48 +0900 Subject: [PATCH] remove relative path --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 89f96165..8defb22d 100644 --- a/go.mod +++ b/go.mod @@ -236,5 +236,3 @@ replace ( // Downgraded to avoid bugs in following commits which caused simulations to fail. github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ) - -replace github.com/initia-labs/movevm => ../movevm