diff --git a/go.work b/go.work index 8e8b758..f56dbda 100644 --- a/go.work +++ b/go.work @@ -1,9 +1,9 @@ go 1.22.2 use ( - xmaps - xmath - xnet/xhttp - xslog - xstrconv + ./xmaps + ./xmath + ./xnet/xhttp + ./xslog + ./xstrconv )