-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 937 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
25
26
27
module notify_ldn_inbox
go 1.16
require (
github.com/alecthomas/chroma v0.9.1
github.com/casbin/casbin/v2 v2.37.4
github.com/go-chi/chi/v5 v5.0.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/johnsto/go-passwordless v0.0.0-20200616130417-d7e95aa614c8
github.com/knakk/rdf v0.0.0-20190304171630-8521bf4c5042
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/naucon/casbin-fs-adapter v0.1.0
github.com/piprate/json-gold v0.4.0
github.com/satori/go.uuid v1.2.0
github.com/unrolled/render v1.2.0
github.com/yuin/goldmark v1.3.5
github.com/yuin/goldmark-highlighting v0.0.0-20210428103930-3a9678dbb86c
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
gopkg.in/throttled/throttled.v2 v2.2.4
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.7
)