Updated go.mod and go.sum
testing / check and test (push) Successful in 18m29s

This commit is contained in:
2024-05-10 17:03:50 +00:00
parent 04c5f52e6f
commit 79a4d94445
5 changed files with 18 additions and 5 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ package main
import (
"fmt"
pattern "mjhelper/pkg/pattern"
pattern "git.pengzhan.dev/mjhelper/pkg/pattern"
"github.com/mowshon/iterium"
)