-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 683 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/wanghaha-dev/u
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/go-basic/uuid v1.0.0
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-module/carbon/v2 v2.0.1
github.com/gookit/color v1.5.0
github.com/julienschmidt/httprouter v1.3.0
github.com/panjf2000/ants/v2 v2.5.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.10.1
github.com/tidwall/gjson v1.12.1
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)