From 7aa509225cfd0252f5d4072b3cfdb02857f46406 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 17 Jul 2021 11:00:17 +0000 Subject: [PATCH] fix(deps): update github.com/tribalwarshelp/shared commit hash to 6efa1a4 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6584782..80a535e 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/Kichiyaki/goutil v0.0.0-20210504132659-3d843a787db7 github.com/Kichiyaki/gqlgen-client v0.0.0-20200604145848-274796c104f4 github.com/pkg/errors v0.9.1 - github.com/tribalwarshelp/shared v0.0.0-20210717092847-e9473847ca71 + github.com/tribalwarshelp/shared v0.0.0-20210717094429-6efa1a4f614c ) diff --git a/go.sum b/go.sum index 03d268d..de620ff 100644 --- a/go.sum +++ b/go.sum @@ -76,6 +76,8 @@ github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc h1:9lRDQMhESg+zvGYm github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc/go.mod h1:bciPuU6GHm1iF1pBvUfxfsH0Wmnc2VbpgvbI9ZWuIRs= github.com/tribalwarshelp/shared v0.0.0-20210717092847-e9473847ca71 h1:FdjS953EP/7aFEGZWj+yRmASLWEBqXsN/+3MNeDNis8= github.com/tribalwarshelp/shared v0.0.0-20210717092847-e9473847ca71/go.mod h1:6xooIU27fjagr/KVBPayktW4gn9ylTdBPGgxlQ6+x9s= +github.com/tribalwarshelp/shared v0.0.0-20210717094429-6efa1a4f614c h1:dgWoORgR3COUbO0Dhho+fB1axhsKGXadaxeCiw9APFA= +github.com/tribalwarshelp/shared v0.0.0-20210717094429-6efa1a4f614c/go.mod h1:6xooIU27fjagr/KVBPayktW4gn9ylTdBPGgxlQ6+x9s= github.com/vmihailenco/bufpool v0.1.11 h1:gOq2WmBrq0i2yW5QJ16ykccQ4wH9UyEsgLm6czKAd94= github.com/vmihailenco/bufpool v0.1.11/go.mod h1:AFf/MOy3l2CFTKbxwt0mp2MwnqjNEs5H/UxrkA5jxTQ= github.com/vmihailenco/msgpack/v5 v5.3.0/go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc=