refactor: 更改module路径为独立仓库路径

- go.yandata.net/iod/iod/go-trustlog → go.yandata.net/wangsiyuan/go-trustlog
- 更新 go.mod module声明
- 更新 README.md 安装说明
- 批量更新所有 .go 文件中的 import 路径
- 61个文件受影响

这样go-trustlog可以作为独立SDK使用
This commit is contained in:
ryan
2025-12-26 14:35:39 +08:00
parent 065a3ce47a
commit 0ec1d3b87d
61 changed files with 110 additions and 110 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.yandata.net/iod/iod/go-trustlog/internal/helpers"
"go.yandata.net/wangsiyuan/go-trustlog/internal/helpers"
)
func TestNewTLVReader(t *testing.T) {