From d952c18e184b66adbe6a941fb838cdc55f2e3bef Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jul 2021 09:27:28 +0200 Subject: [PATCH] API: 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 4900062..80d2ee6 100644 --- a/api/go.mod +++ b/api/go.mod @@ -3,7 +3,7 @@ module git.sr.ht/~sircmpwn/git.sr.ht/api go 1.14 require ( - git.sr.ht/~sircmpwn/core-go v0.0.0-20210227202525-61ab3f08164e + git.sr.ht/~sircmpwn/core-go v0.0.0-20210720083129-b5e0030f8d76 git.sr.ht/~sircmpwn/dowork v0.0.0-20201121170652-c2a771442daf // indirect github.com/99designs/gqlgen v0.13.0 github.com/Masterminds/squirrel v1.4.0 diff --git a/api/go.sum b/api/go.sum index 140b94e..df58def 100644 --- a/api/go.sum +++ b/api/go.sum @@ -3,6 +3,8 @@ cloud.google.com/go v0.34.0 h1:eOI3/cP2VTU6uZLDYAoic+eyzzB9YyGmJ7eIjl8rOPg= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= git.sr.ht/~sircmpwn/core-go v0.0.0-20210227202525-61ab3f08164e h1:S/rv7GZOnQPC94PSR+dXIvhdwqBVReiJGIngytokv6A= git.sr.ht/~sircmpwn/core-go v0.0.0-20210227202525-61ab3f08164e/go.mod h1:xKaQeRLMV136HaItd00yy6W2HeKeJJR2jp9p0Fsu0qM= +git.sr.ht/~sircmpwn/core-go v0.0.0-20210720083129-b5e0030f8d76 h1:l/aMUGDTScV617JE3H+Es+GO4goufVYhOZTZxZh6Q5I= +git.sr.ht/~sircmpwn/core-go v0.0.0-20210720083129-b5e0030f8d76/go.mod h1:xKaQeRLMV136HaItd00yy6W2HeKeJJR2jp9p0Fsu0qM= git.sr.ht/~sircmpwn/dowork v0.0.0-20201013160733-35ca012e4dc8/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw= git.sr.ht/~sircmpwn/dowork v0.0.0-20201121170652-c2a771442daf h1:wRE9o+wlpTSuq/ucFJsfbglAobfGPIgFdaTtZXrk8P0= git.sr.ht/~sircmpwn/dowork v0.0.0-20201121170652-c2a771442daf/go.mod h1:8neHEO3503w/rNtttnR0JFpQgM/GFhaafVwvkPsFIDw= -- 2.38.4