-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
32 lines (28 loc) · 1.05 KB
/
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
30
31
32
module github.com/fbegyn/website
go 1.23
toolchain go1.23.0
require (
github.com/celrenheit/sandflake v0.0.0-20200828173344-9cede14c55f0
github.com/gorilla/feeds v1.2.0
github.com/prometheus/client_golang v1.20.4
github.com/russross/blackfriday v2.0.0+incompatible
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
github.com/snabb/sitemap v1.0.4
gopkg.in/yaml.v2 v2.4.0
within.website/ln v0.10.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.10 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.60.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/snabb/diagio v1.0.4 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)