aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-17 21:13:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-17 21:13:56 +0800
commit8249f1a61b3604f7457c3447a75fde333b568d0e (patch)
tree095107f78f5737fec375721052787b48703a3f02
parentgit_hooks_handle.go: Read argv from hook (diff)
downloadforge-8249f1a61b3604f7457c3447a75fde333b568d0e.tar.gz
forge-8249f1a61b3604f7457c3447a75fde333b568d0e.tar.zst
forge-8249f1a61b3604f7457c3447a75fde333b568d0e.zip
go.mod: Bump lindenii-common (cmap split into ComparableMap and Map)
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index aadb8de..dfa67be 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/microcosm-cc/bluemonday v1.0.27
github.com/niklasfasching/go-org v1.7.0
github.com/yuin/goldmark v1.7.8
- go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250214054418-c72555f0b820
+ go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250217131219-9e6e2f124b4d
golang.org/x/crypto v0.33.0
)
diff --git a/go.sum b/go.sum
index 728521a..b8206a5 100644
--- a/go.sum
+++ b/go.sum
@@ -100,8 +100,8 @@ github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
-go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250214054418-c72555f0b820 h1:pKgvP1ixBQJ17tPTyMVwRrZ9EDZ7juoS3DaYfLryF/0=
-go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250214054418-c72555f0b820/go.mod h1:bOxuuGXA3UpbLb1lKohr2j2MVcGGLcqfAprGx9VCkMA=
+go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250217131219-9e6e2f124b4d h1:QmOphCcYEZMOIcSV+YHN3zzkSK8us9pG5LZN5K85Oyc=
+go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250217131219-9e6e2f124b4d/go.mod h1:bOxuuGXA3UpbLb1lKohr2j2MVcGGLcqfAprGx9VCkMA=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=