Skip to content

Commit

Permalink
softly connect to cwgo-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 20, 2024
1 parent 096ebb0 commit 6acae7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ require (

replace github.com/apache/thrift => github.com/apache/thrift v0.13.0

replace github.com/cloudwego-contrib/cwgo-pkg/config/apollo => ../cwgo-pkg-registry/config/apollo
replace github.com/cloudwego-contrib/cwgo-pkg/config/apollo => github.com/smx-Morgan/cwgo-pkg/config/apollo v0.0.0-20241016000926-d56ef7e0f578

replace github.com/cloudwego-contrib/cwgo-pkg/config/common => ../cwgo-pkg-registry/config/common
replace github.com/cloudwego-contrib/cwgo-pkg/config/common => github.com/smx-Morgan/cwgo-pkg/config/common v0.0.0-20241016000926-d56ef7e0f578
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ github.com/shima-park/agollo v1.2.14 h1:uAAvgZ8/s1ULJJ0vVD93GqE6+bH+kgsZb+7egaqS
github.com/shima-park/agollo v1.2.14/go.mod h1:gWN5LW0Q3VMpfsnLC8iDpTTUryJ8AzVhQ3VXqrX9FME=
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
github.com/smx-Morgan/cwgo-pkg/config/apollo v0.0.0-20241016000926-d56ef7e0f578/go.mod h1:P3iDJ55OzAijzx+4Qd60YIJvCAhs4vUS05N/uSVEcuM=
github.com/smx-Morgan/cwgo-pkg/config/common v0.0.0-20241016000926-d56ef7e0f578/go.mod h1:lVIAupiOabEhRlmMTGh2XZDFUn6tWRDAYcWpOGoNMIM=
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
Expand Down

0 comments on commit 6acae7f

Please sign in to comment.