go.mod: update core-go
2 files changed, 5 insertions(+), 3 deletions(-)

M go.mod
M go.sum
M go.mod +3 -3
@@ 1,11 1,11 @@ 
 module hg.sr.ht/~sircmpwn/hg.sr.ht
 
-go 1.21
+go 1.22
 
-toolchain go1.22.1
+toolchain go1.23.3
 
 require (
-	git.sr.ht/~sircmpwn/core-go v0.0.0-20241108083940-50396a55470c
+	git.sr.ht/~sircmpwn/core-go v0.0.0-20241115152827-64b8e7410b63
 	git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1
 	github.com/99designs/gqlgen v0.17.45
 	github.com/Masterminds/squirrel v1.5.4

          
M go.sum +2 -0
@@ 2,6 2,8 @@ git.sr.ht/~sircmpwn/core-go v0.0.0-20240
 git.sr.ht/~sircmpwn/core-go v0.0.0-20240218114338-bd40a71a935a/go.mod h1:OovCpg5LsbYJjmDTpk5wUgHM4tUor736Pmxekm9BUcQ=
 git.sr.ht/~sircmpwn/core-go v0.0.0-20241108083940-50396a55470c h1:sPmSg93ThDtZAphqaj1iXxnCnas9bDU3j8rOrmSJ5Qg=
 git.sr.ht/~sircmpwn/core-go v0.0.0-20241108083940-50396a55470c/go.mod h1:IJnvU9MmYyWS8FdpY6FlEOtM/Sg30/ms+Jh6UcGiYoE=
+git.sr.ht/~sircmpwn/core-go v0.0.0-20241115152827-64b8e7410b63 h1:N7V3nagsusSOMY4xtfsTJxOTM02nY0ldKsWPQxUH5g8=
+git.sr.ht/~sircmpwn/core-go v0.0.0-20241115152827-64b8e7410b63/go.mod h1:twnwHWzB2tuhFrbKwsfjwbGC7nurC9MOTMMuaEwTOK8=
 git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1 h1:EvPKkneKkF/f7zEgKPqIZVyj3jWO8zSmsBOvMhAGqMA=
 git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw=
 git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw=