-
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) · 747 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/marf41/ficmap
go 1.16
require (
github.com/gomodule/redigo v1.8.5 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googollee/go-socket.io v1.6.1
github.com/satori/go.uuid v1.2.0
github.com/xyproto/cookie v0.0.0-20210319112338-2e0ffd4b75a9 // indirect
github.com/xyproto/permissionbolt v1.2.6
github.com/xyproto/pinterface v0.0.0-20200807103852-04e20752b31c
github.com/xyproto/randomstring v0.0.0-20210824125156-24cf50c16803 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
gorm.io/driver/sqlite v1.1.5 // indirect
gorm.io/gorm v1.21.15
goyave.dev/goyave/v3 v3.11.0
)