Skip to content

Commit da11c88

Browse files
committed
change xorm-io --> github.com/xorm-io/core
1 parent 1e7bccc commit da11c88

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

go.mod

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
module xorm.io/core
1+
module github.com/xorm-io/core
2+
3+
go 1.18
24

35
require (
46
github.com/go-sql-driver/mysql v1.4.1
57
github.com/mattn/go-sqlite3 v1.10.0
68
github.com/stretchr/testify v1.4.0
9+
)
10+
11+
require (
12+
github.com/davecgh/go-spew v1.1.0 // indirect
13+
github.com/pmezard/go-difflib v1.0.0 // indirect
714
google.golang.org/appengine v1.6.0 // indirect
15+
gopkg.in/yaml.v2 v2.2.2 // indirect
816
)

0 commit comments

Comments
 (0)