-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (25 loc) · 842 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
28
29
module github.com/Bios-Marcel/stasi-blog
go 1.22
toolchain go1.22.2
require (
github.com/Bios-Marcel/feeds v1.1.3
github.com/NYTimes/gziphandler v1.1.1
github.com/bep/debounce v1.2.1
github.com/fsnotify/fsnotify v1.7.0
github.com/goccy/go-yaml v1.11.3
github.com/otiai10/copy v1.14.0
github.com/spf13/cobra v1.8.0
github.com/tdewolff/minify/v2 v2.20.20
golang.org/x/net v0.24.0
)
require (
github.com/fatih/color v1.10.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tdewolff/parse/v2 v2.7.13 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)