about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 10:31:05 +0200
committerAlan Pearce2024-04-21 10:31:05 +0200
commitec434072a3bacd33e80056a082b6845359f16c2f (patch)
tree5dd74edc06a35ff9d60e508790ce5963d3b27330 /go.mod
parent9beca3a5bd4dfae2d53b673499eeb17f43610643 (diff)
downloadwebsite-ec434072a3bacd33e80056a082b6845359f16c2f.tar.lz
website-ec434072a3bacd33e80056a082b6845359f16c2f.tar.zst
website-ec434072a3bacd33e80056a082b6845359f16c2f.zip
update dependencies and flake inputs
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod24
1 files changed, 11 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index 8f93f87..d2d20e0 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module website
 go 1.22.1
 
 require (
-	github.com/BurntSushi/toml v1.2.1
+	github.com/BurntSushi/toml v1.3.2
 	github.com/PuerkitoBio/goquery v1.9.1
 	github.com/a-h/htmlformat v0.0.0-20231108124658-5bd994fe268e
 	github.com/adrg/frontmatter v0.2.0
@@ -17,9 +17,9 @@ require (
 	github.com/gofiber/fiber/v2 v2.52.4
 	github.com/otiai10/copy v1.14.0
 	github.com/pkg/errors v0.9.1
-	github.com/shengyanli1982/law v0.1.12
+	github.com/shengyanli1982/law v0.1.13
 	github.com/yuin/goldmark v1.7.1
-	golang.org/x/net v0.21.0
+	golang.org/x/net v0.24.0
 )
 
 replace github.com/a-h/htmlformat => github.com/alanpearce/htmlformat v0.0.0-20240418170242-387207ca8d01
@@ -28,30 +28,28 @@ require (
 	github.com/andybalholm/brotli v1.1.0 // indirect
 	github.com/andybalholm/cascadia v1.3.2 // indirect
 	github.com/beorn7/perks v1.0.1 // indirect
-	github.com/cespare/xxhash/v2 v2.2.0 // indirect
+	github.com/cespare/xxhash/v2 v2.3.0 // indirect
 	github.com/gofiber/adaptor/v2 v2.2.1 // indirect
 	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
-	github.com/golang/protobuf v1.5.3 // indirect
 	github.com/google/uuid v1.6.0 // indirect
 	github.com/klauspost/compress v1.17.8 // indirect
 	github.com/kr/text v0.1.0 // indirect
 	github.com/mattn/go-colorable v0.1.13 // indirect
 	github.com/mattn/go-isatty v0.0.20 // indirect
 	github.com/mattn/go-runewidth v0.0.15 // indirect
-	github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
 	github.com/philhofer/fwd v1.1.2 // indirect
-	github.com/prometheus/client_golang v1.16.0 // indirect
-	github.com/prometheus/client_model v0.4.0 // indirect
-	github.com/prometheus/common v0.44.0 // indirect
-	github.com/prometheus/procfs v0.11.0 // indirect
+	github.com/prometheus/client_golang v1.19.0 // indirect
+	github.com/prometheus/client_model v0.6.1 // indirect
+	github.com/prometheus/common v0.53.0 // indirect
+	github.com/prometheus/procfs v0.14.0 // indirect
 	github.com/rivo/uniseg v0.4.7 // indirect
-	github.com/tinylib/msgp v1.1.8 // indirect
+	github.com/tinylib/msgp v1.1.9 // indirect
 	github.com/valyala/bytebufferpool v1.0.0 // indirect
 	github.com/valyala/fasthttp v1.52.0 // indirect
 	github.com/valyala/tcplisten v1.0.0 // indirect
-	golang.org/x/sync v0.3.0 // indirect
+	golang.org/x/sync v0.7.0 // indirect
 	golang.org/x/sys v0.19.0 // indirect
 	golang.org/x/text v0.14.0 // indirect
-	google.golang.org/protobuf v1.30.0 // indirect
+	google.golang.org/protobuf v1.33.0 // indirect
 	gopkg.in/yaml.v2 v2.4.0 // indirect
 )