~edwargix/git.sr.ht

48b896bcca03c199e752fdd89c2870643ac7f826 — Drew DeVault 3 years ago d952c18
API: Upgrade core-go
2 files changed, 3 insertions(+), 1 deletions(-)

M api/go.mod
M api/go.sum
M api/go.mod => api/go.mod +1 -1
@@ 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-20210720083129-b5e0030f8d76
	git.sr.ht/~sircmpwn/core-go v0.0.0-20210721073626-39cd24bd091d
	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

M api/go.sum => api/go.sum +2 -0
@@ 5,6 5,8 @@ git.sr.ht/~sircmpwn/core-go v0.0.0-20210227202525-61ab3f08164e h1:S/rv7GZOnQPC94
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/core-go v0.0.0-20210721073626-39cd24bd091d h1:Brqt/hVm3ZSNObsq1ln7SLXSDG3ih+UEeudmBqJAch4=
git.sr.ht/~sircmpwn/core-go v0.0.0-20210721073626-39cd24bd091d/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=