From b86b4195b4258771f42fa5f518e9465aa0d2f393 Mon Sep 17 00:00:00 2001 From: shylinux Date: Fri, 21 Apr 2023 08:00:25 +0800 Subject: [PATCH] opt some --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/go.mod b/go.mod index 9cefe8cd..8195d174 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,13 @@ module shylinux.com/x/contexts go 1.11 +replace ( + shylinux.com/x/golang-story => ./usr/golang-story + shylinux.com/x/linux-story => ./usr/linux-story + shylinux.com/x/nginx-story => ./usr/nginx-story + shylinux.com/x/redis-story => ./usr/redis-story +) + replace ( shylinux.com/x/ice => ./usr/release shylinux.com/x/icebergs => ./usr/icebergs