2023-02-18 16:32:19 +08:00
|
|
|
module SEPHORA
|
|
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
2023-03-14 11:31:30 +08:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-02-18 16:32:19 +08:00
|
|
|
github.com/pkg/sftp v1.13.5
|
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-03-14 11:31:30 +08:00
|
|
|
golang.org/x/crypto v0.7.0
|
2023-04-07 15:11:29 +08:00
|
|
|
golang.org/x/time v0.3.0
|
2023-02-18 19:31:39 +08:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2023-02-21 14:36:25 +08:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2023-04-04 12:07:58 +08:00
|
|
|
gorm.io/driver/mysql v1.4.7
|
2023-03-14 11:31:30 +08:00
|
|
|
gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11
|
2023-02-18 16:32:19 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2023-04-04 12:07:58 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
2023-02-18 16:32:19 +08:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
|
github.com/onsi/gomega v1.26.0 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
2023-03-14 11:31:30 +08:00
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
2023-02-18 19:31:39 +08:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2023-02-18 16:32:19 +08:00
|
|
|
)
|