From 8bde5e854f41ba26ca260c8114461546ce650330 Mon Sep 17 00:00:00 2001 From: dasbd72 Date: Mon, 19 Feb 2024 10:45:17 +0800 Subject: [PATCH] Remove replacement --- go.work | 6 ------ 1 file changed, 6 deletions(-) diff --git a/go.work b/go.work index 9f47f95..47406f1 100644 --- a/go.work +++ b/go.work @@ -5,9 +5,3 @@ use ( ./max ./okx ) - -replace ( - github.com/dasbd72/asset-management/binance v0.0.0 => ./binance - github.com/dasbd72/asset-management/max v0.0.0 => ./max - github.com/dasbd72/asset-management/okx v0.0.0 => ./okx -)