This repository was archived by the owner on Dec 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.43 KB
/
go.mod
File metadata and controls
40 lines (37 loc) · 1.43 KB
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
31
32
33
34
35
36
37
38
39
40
module github.com/tamasd/simplesite
go 1.17
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/drhodes/golorem v0.0.0-20160418191928-ecccc744c2d9
github.com/go-redis/redis/v7 v7.0.0-beta.5
github.com/golang/gddo v0.0.0-20191216155521-fbfc0f5e7810 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.3.0
github.com/lpar/gzipped v1.1.0
github.com/mattevans/pwned-passwords v0.3.0
github.com/microcosm-cc/bluemonday v1.0.16
github.com/monoculum/formam v0.0.0-20191229172733-952f0766a724
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/urfave/negroni v1.0.0
github.com/yuin/goldmark v1.1.22
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
golang.org/x/net v0.0.0-20211020060615-d418f374d309
golang.org/x/text v0.3.6
)
require (
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)