aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2024-04-11 16:21:35 -0700
committerAdam Mathes <adam@trenchant.org>2024-04-11 16:21:35 -0700
commit3ed7a4cf8e3d8b9b157d9ca071fbf3da10214503 (patch)
tree02f08454c3adb3722176a826312f828c01fe8e72 /go.mod
parent7772cec376efaea096375789dfa193fa6086255a (diff)
downloadsnkt-master.tar.gz
snkt-master.tar.bz2
snkt-master.zip
update dependenciesHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 12 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d464523..2bafb97 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,22 @@
module adammathes.com/snkt
-go 1.12
+go 1.21
+
+toolchain go1.22.1
require (
github.com/fsnotify/fsnotify v1.4.7
- github.com/microcosm-cc/bluemonday v1.0.2
+ 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
- github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
- golang.org/x/sys v0.0.0-20190609082536-301114b31cce // indirect
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
+)