-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 788 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
module github.com/andyzhou/tinycells
go 1.14
require (
github.com/aaparella/carve v0.0.0-20170326000725-5e7ef0c30a14 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/gift v1.2.1
github.com/disintegration/imaging v1.6.2 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/go-redis/redis/v7 v7.4.1
github.com/go-sql-driver/mysql v1.7.0
github.com/gorilla/securecookie v1.1.1
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/urfave/cli/v2 v2.23.7
go.mongodb.org/mongo-driver v1.11.1
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)