~bigbes/core-go

eeb0384ab5a010011b2a8e1e4ff6739211a7a6f8 — Robin Jarry 1 year, 8 months ago 78cfc5d
mod: use latest version for dowork

The latest version contains fixes against potential races.

Link: https://git.sr.ht/~sircmpwn/dowork/commit/d4703ef2dbb3
Link: https://git.sr.ht/~sircmpwn/dowork/commit/2b00aa42322c
Signed-off-by: Robin Jarry <robin@jarry.cc>
2 files changed, 3 insertions(+), 3 deletions(-)

M go.mod
M go.sum
M go.mod => go.mod +1 -1
@@ 3,7 3,7 @@ module git.sr.ht/~sircmpwn/core-go
go 1.22

require (
	git.sr.ht/~sircmpwn/dowork v0.0.0-20241209140539-95719cfc0118
	git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c
	git.sr.ht/~sircmpwn/getopt v1.0.0
	git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
	github.com/99designs/gqlgen v0.17.36

M go.sum => go.sum +2 -2
@@ 1,5 1,5 @@
git.sr.ht/~sircmpwn/dowork v0.0.0-20241209140539-95719cfc0118 h1:aKZ3Es4Tj6IKLGilwcPlLzeXwrz+/ZalVimyiX6bmdM=
git.sr.ht/~sircmpwn/dowork v0.0.0-20241209140539-95719cfc0118/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw=
git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c h1:v2opuaN0C5ZpuCifRNR9ZQ8V9IG+Ja80otK1MFj5RnI=
git.sr.ht/~sircmpwn/dowork v0.0.0-20241216125407-2b00aa42322c/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw=
git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw=
git.sr.ht/~sircmpwn/getopt v1.0.0 h1:/pRHjO6/OCbBF4puqD98n6xtPEgE//oq5U8NXjP7ROc=
git.sr.ht/~sircmpwn/getopt v1.0.0/go.mod h1:wMEGFFFNuPos7vHmWXfszqImLppbc0wEhh6JBfJIUgw=