diff --git a/etc/miss.sh b/etc/miss.sh index c63a0043..80bff352 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -26,7 +26,6 @@ ish_miss_prepare_operate # ish_miss_prepare word-dict ish_miss_prepare icons -ish_miss_prepare gogit ish_miss_prepare linux-story ish_miss_prepare nginx-story ish_miss_prepare golang-story diff --git a/go.mod b/go.mod index 011bacea..beca08e6 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,6 @@ require ( ) replace ( - shylinux.com/x/gogit => ./usr/gogit shylinux.com/x/ice => ./usr/release shylinux.com/x/icebergs => ./usr/icebergs shylinux.com/x/toolkits => ./usr/toolkits diff --git a/go.sum b/go.sum index 31b0a283..35beda5f 100644 --- a/go.sum +++ b/go.sum @@ -4,6 +4,8 @@ shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE= shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po= shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0= shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA= +shylinux.com/x/gogit v0.0.1 h1:X8VxV+C7+Td8es3xhzpxDyJE1htsFyCnHQmApyznhJc= +shylinux.com/x/gogit v0.0.1/go.mod h1:wYfHxpQT1C8yNV+yC1jStIy0I12bfUCyJARhn0sNn1M= shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE= shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE= shylinux.com/x/webview v0.0.1 h1:84waIh8MnBFA2sCA9CqE2aTGBZz26pS7JlizgKi9IGU= diff --git a/src/debug/go.mod b/src/debug/go.mod index 011bacea..beca08e6 100644 --- a/src/debug/go.mod +++ b/src/debug/go.mod @@ -19,7 +19,6 @@ require ( ) replace ( - shylinux.com/x/gogit => ./usr/gogit shylinux.com/x/ice => ./usr/release shylinux.com/x/icebergs => ./usr/icebergs shylinux.com/x/toolkits => ./usr/toolkits diff --git a/src/debug/go.sum b/src/debug/go.sum index 31b0a283..35beda5f 100644 --- a/src/debug/go.sum +++ b/src/debug/go.sum @@ -4,6 +4,8 @@ shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE= shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po= shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0= shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA= +shylinux.com/x/gogit v0.0.1 h1:X8VxV+C7+Td8es3xhzpxDyJE1htsFyCnHQmApyznhJc= +shylinux.com/x/gogit v0.0.1/go.mod h1:wYfHxpQT1C8yNV+yC1jStIy0I12bfUCyJARhn0sNn1M= shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE= shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE= shylinux.com/x/webview v0.0.1 h1:84waIh8MnBFA2sCA9CqE2aTGBZz26pS7JlizgKi9IGU=