diff options
author | Alan Pearce | 2024-12-03 13:49:23 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-03 13:49:23 +0100 |
commit | 9de6a810b35e71708e59830bd90b1f9689f1fd4d (patch) | |
tree | 3390d5d2071623c28741d41bbf9e1c3320dde727 /go.mod | |
parent | 670709a082c68e166db68285a704a64bc965a218 (diff) | |
download | website-9de6a810b35e71708e59830bd90b1f9689f1fd4d.tar.lz website-9de6a810b35e71708e59830bd90b1f9689f1fd4d.tar.zst website-9de6a810b35e71708e59830bd90b1f9689f1fd4d.zip |
Update x/log
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 151e360..7981a74 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/stefanfritsch/goldmark-fences v1.0.0 github.com/yuin/goldmark v1.7.4 gitlab.com/tozd/go/errors v0.8.1 - go.alanpearce.eu/x v0.0.0-20241130104132-5465cb5315da + go.alanpearce.eu/x v0.0.0-20241203124832-a29434dba11a ) require ( |