Dasflugen 5 年之前
父節點
當前提交
c2d88f3dc1
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      go.mod

+ 10 - 0
go.mod

@@ -0,0 +1,10 @@
+module github.com/Fistim/Schedule
+
+go 1.14
+
+require (
+	github.com/jinzhu/gorm
+	github.com/jtblin/go-ldap-client
+	github.com/tealeg/xlsx
+	github.com/jinzhu/gorm/dialects/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
+)