diff options
Diffstat (limited to 'gomod2nix.toml')
-rw-r--r-- | gomod2nix.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gomod2nix.toml b/gomod2nix.toml index 6f342ac..0f6e067 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -151,6 +151,9 @@ schema = 3 [mod."github.com/yuin/goldmark"] version = "v1.7.8" hash = "sha256-SNJMPPiXkRDLVOldrHN0ErC3bUB2VoWaLDkd9zmMATw=" + [mod."gitlab.com/tozd/go/errors"] + version = "v0.10.0" + hash = "sha256-oW37KsieVKJOWk9ZXbGuQvuU4nyJCZzgYrTZHFkoCs4=" [mod."go.alanpearce.eu/x"] version = "v0.0.0-20241203124832-a29434dba11a" hash = "sha256-ojqWkz3VqeAOevFxOTO5S3acRItCA4pUrTaul887+x8=" |