~edwargix/git.sr.ht

1e834fa14a3be4070e502d1205ae3006e3e4f06a — Drew DeVault 3 years ago b59ed72
API: update 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-20201126191555-4cc9b34f4ca8
	git.sr.ht/~sircmpwn/core-go v0.0.0-20201202125929-7be038e742a0
	git.sr.ht/~sircmpwn/dowork v0.0.0-20201121170652-c2a771442daf // indirect
	git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
	github.com/99designs/gqlgen v0.13.0

M api/go.sum => api/go.sum +2 -0
@@ 6,6 6,8 @@ git.sr.ht/~sircmpwn/core-go v0.0.0-20201126154911-33562018fec2 h1:qtKGxaNnO86GZt
git.sr.ht/~sircmpwn/core-go v0.0.0-20201126154911-33562018fec2/go.mod h1:LLLvDJIgVgmA/sHl0fzj9UvpFiLi0v8a/aiBc3g22ik=
git.sr.ht/~sircmpwn/core-go v0.0.0-20201126191555-4cc9b34f4ca8 h1:4Z5v+Xld0h57mHrODjdhHZrb4LbFigCCqLmJGOhQlyc=
git.sr.ht/~sircmpwn/core-go v0.0.0-20201126191555-4cc9b34f4ca8/go.mod h1:LLLvDJIgVgmA/sHl0fzj9UvpFiLi0v8a/aiBc3g22ik=
git.sr.ht/~sircmpwn/core-go v0.0.0-20201202125929-7be038e742a0 h1:4e6b4kLdcz+XOz6hYrvDw/qsYvK5kioXnIgmh6FYXyM=
git.sr.ht/~sircmpwn/core-go v0.0.0-20201202125929-7be038e742a0/go.mod h1:LLLvDJIgVgmA/sHl0fzj9UvpFiLi0v8a/aiBc3g22ik=
git.sr.ht/~sircmpwn/dowork v0.0.0-20201013160733-35ca012e4dc8 h1:ltrdYYclC4wQEg3QdcG2hgYAFCk+6/l2vU1OXygKXVA=
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=