diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-22 02:31:41 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-22 02:37:17 +0800 |
commit | 9a132559c44f025c0a73915b3fe418751294089b (patch) | |
tree | 64060de02352af533d5df49a07202c57070a3b6b /go.sum | |
parent | errorPage404 should actually do 404 (diff) | |
download | forge-9a132559c44f025c0a73915b3fe418751294089b.tar.gz forge-9a132559c44f025c0a73915b3fe418751294089b.tar.zst forge-9a132559c44f025c0a73915b3fe418751294089b.zip |
Add rudimentary IRC logic
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,6 +110,8 @@ 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-20250321131425-dda3538a9cd4 h1:xX6s8+Yo5fRHzVswlJvKQjjN6lZCG7lAh33dTXBqsYE= go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250321131425-dda3538a9cd4/go.mod h1:bOxuuGXA3UpbLb1lKohr2j2MVcGGLcqfAprGx9VCkMA= +go.lindenii.runxiyu.org/lindenii-irc v0.0.0-20250321180239-62045c958b0d h1:ET8nGNEI6IGHAKyB7zSsI1xX3x9uyolUFqA/BP3fb3Y= +go.lindenii.runxiyu.org/lindenii-irc v0.0.0-20250321180239-62045c958b0d/go.mod h1:fE6Ks8GK7PHZGAPkTWG593UmF7FmyugcRcqmey3Nvy0= 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= |