fix: go mod path

This commit is contained in:
xuthus5 2023-06-24 22:18:28 +08:00
parent 83050b0d3b
commit af09de2e00
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9
3 changed files with 2 additions and 3 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module gitter.top/coco/goast
module gitter.top/common/goast
go 1.18

1
go.sum
View File

@ -5,7 +5,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=

View File

@ -2,7 +2,7 @@ package goast_test
import (
"fmt"
"gitter.top/coco/goast"
"gitter.top/common/goast"
"testing"
"github.com/stretchr/testify/assert"