This repository was archived by the owner on Jun 12, 2024. 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
41 lines (38 loc) · 1.76 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.76 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
41
module statika
go 1.17
require (
github.com/flosch/pongo2-addons v0.0.0-20210526150811-f969446c5b72
github.com/flosch/pongo2/v4 v4.0.2
github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
github.com/gosimple/slug v1.11.0
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
github.com/jessevdk/go-flags v1.5.0
github.com/joho/godotenv v1.4.0
github.com/otiai10/copy v1.6.0
github.com/radovskyb/watcher v1.0.7
github.com/tdewolff/minify/v2 v2.9.22
github.com/yuin/goldmark v1.4.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/beevik/etree v1.1.0 // indirect
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/flosch/go-humanize v0.0.0-20140728123800-3ba51eabe506 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/getlantern/systray v1.2.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gosimple/unidecode v1.0.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tdewolff/parse/v2 v2.5.22 // indirect
golang.org/x/text v0.3.3 // indirect
)