Jelajahi Sumber

ignore go.mod

guoyachao 1 tahun lalu
induk
melakukan
374823ed3a
1 mengubah file dengan 0 tambahan dan 17 penghapusan
  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
-)