We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7bccc commit da11c88Copy full SHA for da11c88
go.mod
@@ -1,8 +1,16 @@
1
-module xorm.io/core
+module github.com/xorm-io/core
2
+
3
+go 1.18
4
5
require (
6
github.com/go-sql-driver/mysql v1.4.1
7
github.com/mattn/go-sqlite3 v1.10.0
8
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
14
google.golang.org/appengine v1.6.0 // indirect
15
+ gopkg.in/yaml.v2 v2.2.2 // indirect
16
)
0 commit comments