guoyachao vor 1 Jahr
Ursprung
Commit
374823ed3a
1 geänderte Dateien mit 0 neuen und 17 gelöschten Zeilen
  1. 0 17
      go.mod

+ 0 - 17
go.mod

@@ -1,17 +0,0 @@
-module jjl-tools
-
-go 1.19
-
-require (
-	github.com/go-redis/redis v6.15.9+incompatible
-	github.com/jinzhu/gorm v1.9.16
-	github.com/tinode/snowflake v1.0.0
-	golang.org/x/crypto v0.9.0
-)
-
-require (
-	github.com/go-sql-driver/mysql v1.5.0 // indirect
-	github.com/jinzhu/inflection v1.0.0 // indirect
-	github.com/onsi/ginkgo v1.16.5 // indirect
-	github.com/onsi/gomega v1.27.8 // indirect
-)