-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
27 lines (24 loc) · 913 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 github.com/mtlynch/screenjournal/v2
go 1.23
require (
github.com/go-test/deep v1.0.8
github.com/gomarkdown/markdown v0.0.0-20240723152757-afa4a469d4f9
github.com/gorilla/mux v1.8.0
github.com/kylelemons/godebug v1.1.0
github.com/mattn/go-sqlite3 v1.14.24
github.com/microcosm-cc/bluemonday v1.0.27
github.com/mtlynch/gorilla-handlers v1.5.2
github.com/mtlynch/simpleauth/v2 v2.0.0-20241108014613-2f32145d692d
github.com/ryanbradynd05/go-tmdb v0.0.0-20220721194547-2ab6191c6273
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/mtlynch/jeff v0.2.4 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
)