forked from px-org/PanIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
executable file
·24 lines (22 loc) · 826 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module PanIndex
go 1.16
require (
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
github.com/bluele/gcache v0.0.2
github.com/gin-gonic/gin v1.7.7
github.com/gobuffalo/packr/v2 v2.8.1
github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067
github.com/json-iterator/go v1.1.10
github.com/libsgh/nic v0.3.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df
github.com/unrolled/secure v1.0.9
golang.org/x/text v0.3.2
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.8
)