From e6daf74c92fc8af0123336c4ac1585633e4be5dd Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 31 Jan 2023 16:47:25 +0100 Subject: [PATCH] Upgrade core-go --- api/go.mod | 2 +- api/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/api/go.mod b/api/go.mod index a683e53..864fbeb 100644 --- a/api/go.mod +++ b/api/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~sircmpwn/builds.sr.ht/api go 1.16 require ( - git.sr.ht/~sircmpwn/core-go v0.0.0-20230131153804-fa27910a9402 + git.sr.ht/~sircmpwn/core-go v0.0.0-20230131154708-144fc447a336 git.sr.ht/~sircmpwn/dowork v0.0.0-20210820133136-d3970e97def3 github.com/99designs/gqlgen v0.17.20 github.com/Masterminds/squirrel v1.4.0 diff --git a/api/go.sum b/api/go.sum index 001bda8..750fcaf 100644 --- a/api/go.sum +++ b/api/go.sum @@ -35,6 +35,8 @@ git.sr.ht/~sircmpwn/core-go v0.0.0-20221125121916-b1540a2277cf h1:mGAifhZcj3vtEu git.sr.ht/~sircmpwn/core-go v0.0.0-20221125121916-b1540a2277cf/go.mod h1:atQDG/57JN9UcrvkTb4vHWf58TC15N46NynVU4JmOnE= git.sr.ht/~sircmpwn/core-go v0.0.0-20230131153804-fa27910a9402 h1:vVhHDV/5A1L+agfsBL3y4gmEBudNm8g+cboRzBfrDU4= git.sr.ht/~sircmpwn/core-go v0.0.0-20230131153804-fa27910a9402/go.mod h1:sMT1whhp0mBmUrIKGAJpDekNfTPRngKB8jHiTXQitrU= +git.sr.ht/~sircmpwn/core-go v0.0.0-20230131154708-144fc447a336 h1:8pe4iMS9vDD/8lxxxb+7IvldXd84fcK7VDILN4l0FqE= +git.sr.ht/~sircmpwn/core-go v0.0.0-20230131154708-144fc447a336/go.mod h1:sMT1whhp0mBmUrIKGAJpDekNfTPRngKB8jHiTXQitrU= git.sr.ht/~sircmpwn/dowork v0.0.0-20210820133136-d3970e97def3 h1:9WCv5cK67s2SiY/R4DWT/OchEsFnfYDz3lbevKxZ4QI= git.sr.ht/~sircmpwn/dowork v0.0.0-20210820133136-d3970e97def3/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw= git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3 h1:4wDp4BKF7NQqoh73VXpZsB/t1OEhDpz/zEpmdQfbjDk= -- 2.38.5