2 Commits 4b66686d06 ... 14f0e4aebf

Author SHA1 Message Date
  hongxuan.he 14f0e4aebf Merge branch 'SCRUM-3985' 1 month ago
  hongxuan.he 4cf50b709a SCRUM-3985:修复go.mod能正常使用 1 month ago
2 changed files with 1326 additions and 3 deletions
  1. 5 3
      go.mod
  2. 1321 0
      go.sum

+ 5 - 3
go.mod

@@ -3,24 +3,26 @@ module git.i2edu.net/i2/i2-bill-erp
 go 1.16
 
 require (
-	git.i2edu.net/i2/go-zero v1.0.1
+	git.i2edu.net/i2/go-zero v1.0.1-0.20210616091154-7fac117e009f
 	github.com/Chronokeeper/anyxml v0.0.0-20160530174208-54457d8e98c6 // indirect
 	github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
 	github.com/CloudyKit/jet v2.1.2+incompatible // indirect
 	github.com/agrison/go-tablib v0.0.0-20160310143025-4930582c22ee // indirect
 	github.com/agrison/mxj v0.0.0-20160310142625-1269f8afb3b4 // indirect
 	github.com/bndr/gotabulate v1.1.2 // indirect
-	github.com/clbanning/mxj v1.8.4 // indirect
 	github.com/fatih/structs v1.1.0 // indirect
 	github.com/go-sql-driver/mysql v1.6.0 // indirect
 	github.com/golang/protobuf v1.4.2
+	github.com/iancoleman/strcase v0.1.3 // indirect
 	github.com/syndtr/goleveldb v1.0.0 // indirect
+	github.com/tal-tech/go-zero v1.1.7
 	github.com/tealeg/xlsx v1.0.5 // indirect
 	github.com/thoas/go-funk v0.8.0
 	github.com/xormplus/builder v0.0.0-20200331055651-240ff40009be // indirect
 	github.com/xormplus/xorm v0.0.0-20210512135344-8123d584d5f5
 	go.uber.org/automaxprocs v1.4.0 // indirect
 	google.golang.org/grpc v1.29.1
-	google.golang.org/protobuf v1.26.0-rc.1 // indirect
+	google.golang.org/protobuf v1.26.0-rc.1
 	gopkg.in/flosch/pongo2.v3 v3.0.0-20141028000813-5e81b817a0c4 // indirect
 )
+

File diff suppressed because it is too large
+ 1321 - 0
go.sum


Some files were not shown because too many files changed in this diff