From eeb0384ab5a010011b2a8e1e4ff6739211a7a6f8 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 16 Dec 2024 14:35:37 +0100 Subject: [PATCH] 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 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d902a16ee449bec37f0cb4c953d140286502e694..4041cd1e3e4bef0e3643de3cd91a127b93aad869 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 4d137d63f2472cbf43e00b353ec9c671711c308c..2cfb803905237d8d17288d936f1fc7c401c919da 100644 --- a/go.sum +++ b/go.sum @@ -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=