add support for the Slovak version

This commit is contained in:
Dawid Wysokiński 2021-01-01 16:13:49 +01:00
parent 2aa25126ee
commit 47aca26fd1
4 changed files with 5 additions and 3 deletions

2
go.mod
View File

@ -16,7 +16,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/segmentio/encoding v0.1.14 // indirect
github.com/tribalwarshelp/map-generator v0.0.0-20201230172408-9854b94d3578
github.com/tribalwarshelp/shared v0.0.0-20201230135308-316413cf7f53
github.com/tribalwarshelp/shared v0.0.0-20210101151135-e0b630c43ca9
github.com/vektah/gqlparser/v2 v2.1.0
go.opentelemetry.io/otel v0.9.0 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208

4
go.sum
View File

@ -194,8 +194,8 @@ github.com/tribalwarshelp/map-generator v0.0.0-20201230172408-9854b94d3578 h1:QE
github.com/tribalwarshelp/map-generator v0.0.0-20201230172408-9854b94d3578/go.mod h1:LD8bRgTmZn9CA/0Yk4MrleDTJ5OYzvd8uALznvVUslI=
github.com/tribalwarshelp/shared v0.0.0-20201225112152-d1d8bc92fc33 h1:ItFd9kzpvO69r3Ta7S8+3OT6Wc56Ga5MEGBYW7DotUE=
github.com/tribalwarshelp/shared v0.0.0-20201225112152-d1d8bc92fc33/go.mod h1:Lxk6zaQhPTPrgz9ksMgg51m8XgflrCo/kRBx2cM3yfk=
github.com/tribalwarshelp/shared v0.0.0-20201230135308-316413cf7f53 h1:uIkJ6PVqnGHBM5QE0mcsN+3fFv0103DMeUmx2Wzw/E4=
github.com/tribalwarshelp/shared v0.0.0-20201230135308-316413cf7f53/go.mod h1:Lxk6zaQhPTPrgz9ksMgg51m8XgflrCo/kRBx2cM3yfk=
github.com/tribalwarshelp/shared v0.0.0-20210101151135-e0b630c43ca9 h1:hyvU/HAwrfvoztsRBRLZqlSyXVLGZf9jgaNfEJIk4SE=
github.com/tribalwarshelp/shared v0.0.0-20210101151135-e0b630c43ca9/go.mod h1:Lxk6zaQhPTPrgz9ksMgg51m8XgflrCo/kRBx2cM3yfk=
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=

View File

@ -4509,6 +4509,7 @@ type UnitConfig {
PT
BR
HU
SK
}
type Version {

View File

@ -17,6 +17,7 @@ enum VersionCode {
PT
BR
HU
SK
}
type Version {