-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 910 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 910 Bytes
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
28
29
30
module gomod.cblgh.org/cerca
go 1.21
toolchain go1.23.0
require (
github.com/cblgh/plain v0.0.3
github.com/gomarkdown/markdown v0.0.0-20211212230626-5af6ad2f47df
github.com/google/uuid v1.6.0
github.com/gorilla/sessions v1.2.1
github.com/komkom/toml v0.1.2
github.com/matthewhartstonge/argon2 v1.0.0
github.com/mattn/go-sqlite3 v1.14.19
github.com/microcosm-cc/bluemonday v1.0.26
golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e
golang.org/x/time v0.3.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)