aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 2bafb978bb078df58c27110c77a924ce5f09c045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module adammathes.com/snkt

go 1.21

toolchain go1.22.1

require (
	github.com/fsnotify/fsnotify v1.4.7
	github.com/microcosm-cc/bluemonday v1.0.26
	github.com/ogier/pflag v0.0.1
	github.com/russross/blackfriday v2.0.0+incompatible
	github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
	gopkg.in/yaml.v2 v2.2.2
)

require (
	github.com/aymerick/douceur v0.2.0 // indirect
	github.com/gorilla/css v1.0.0 // indirect
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	golang.org/x/net v0.17.0 // indirect
	golang.org/x/sys v0.13.0 // indirect
)