bump github.com/tribalwarshelp/shared

This commit is contained in:
Dawid Wysokiński 2021-01-06 17:49:56 +01:00
parent 3a7f608e14
commit c9c02ec4ac
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -16,7 +16,7 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/map-generator v0.0.0-20210106163923-fa048a59f5f2
github.com/tribalwarshelp/shared v0.0.0-20210106162314-d3488036ca2f
github.com/tribalwarshelp/shared v0.0.0-20210106164849-b5537d951b39
github.com/vektah/gqlparser/v2 v2.1.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
)

2
go.sum
View File

@ -184,6 +184,8 @@ github.com/tribalwarshelp/map-generator v0.0.0-20210106163923-fa048a59f5f2 h1:yY
github.com/tribalwarshelp/map-generator v0.0.0-20210106163923-fa048a59f5f2/go.mod h1:ywyp0CZ3JsJ+0GAbUJVWo3dipHcAohD7KkV2TNbiTHU=
github.com/tribalwarshelp/shared v0.0.0-20210106162314-d3488036ca2f h1:E8ahQd4yo3nB0eJMpL/M0s6iZaWMGmxga14kiqsHcQ4=
github.com/tribalwarshelp/shared v0.0.0-20210106162314-d3488036ca2f/go.mod h1:vtDs7EjEysk4dpFPfu3c4lkICXZYIRV0BrT7rsqG0dw=
github.com/tribalwarshelp/shared v0.0.0-20210106164849-b5537d951b39 h1:YwCAMsmPVU9BTBu1UWbXRc2uQWJqWr017XDm1fqD3wk=
github.com/tribalwarshelp/shared v0.0.0-20210106164849-b5537d951b39/go.mod h1:vtDs7EjEysk4dpFPfu3c4lkICXZYIRV0BrT7rsqG0dw=
github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=
github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw=
github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=