Skip to content

Commit

Permalink
Add Gateway West beta variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
tttppp committed Feb 28, 2024
1 parent 3237cea commit c5a5cb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/zond/enmime v0.6.1
github.com/zond/go-fcm v0.1.0
github.com/zond/goaeoas v0.1.10
github.com/zond/godip v0.5.3
github.com/zond/godip v0.6.0
golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ github.com/zond/go-fcm v0.1.0 h1:RyT5uTjW1TESB3Vw6HfcAMMI6pJ+E2NuR7zPiNmiado=
github.com/zond/go-fcm v0.1.0/go.mod h1:R7RptOebtamEGi1Aw9rUpYaugf0UR7Wur0UbtO/07OI=
github.com/zond/goaeoas v0.1.10 h1:IjGJRzpw2aVj56j9lEJnk5lhyu4jqBQKucA+26eyXmE=
github.com/zond/goaeoas v0.1.10/go.mod h1:PSb4WTE4g+9+oFLuDiEHReuP42A6+dAlIeS7mrB1gxI=
github.com/zond/godip v0.5.3 h1:poX2b7SLIxMOKvB+qJ0aI1s97KI3ACRe/MsBIlo6TyI=
github.com/zond/godip v0.5.3/go.mod h1:wmbPxr4nyQ87BDh3/wiEUCYj2lTTp/OK7p88gRDMjuM=
github.com/zond/godip v0.6.0 h1:w5a2rCpO646L757ddBJsor7mmzCt/26LJ6v6mUeOaDM=
github.com/zond/godip v0.6.0/go.mod h1:wmbPxr4nyQ87BDh3/wiEUCYj2lTTp/OK7p88gRDMjuM=
github.com/zond/replace v0.0.0-20180415193355-5a1dc330b27e/go.mod h1:J7mWP0y029F6sVX7sUb472GkhlBSg1u1W2T0yzU/HKg=
go.opencensus.io v0.21.0 h1:mU6zScU4U1YAFPHEHYk+3JC4SY7JxgkqS10ZOSyksNg=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
Expand Down
6 changes: 4 additions & 2 deletions variants/variants.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ import (
"github.com/zond/goaeoas"
"github.com/zond/godip"
"github.com/zond/godip/variants"
"github.com/zond/godip/variants/beta/gatewaywest"
"github.com/zond/godip/variants/beta/threekingdoms"
"github.com/zond/godip/variants/chaos"
"github.com/zond/godip/variants/classicalcrowded"
"github.com/zond/godip/variants/empiresandcoalitions"
"github.com/zond/godip/variants/europe1939"
"github.com/zond/godip/variants/hundred"
"github.com/zond/godip/variants/northseawars"
"github.com/zond/godip/variants/beta/threekingdoms"
"github.com/zond/godip/variants/twentytwenty"
"github.com/zond/godip/variants/westernworld901"
"github.com/zond/godip/variants/year1908"
Expand All @@ -35,7 +36,8 @@ var (
// has at least level 1, the Youngstown Redux entry is just an example.
// (And used when testing, by artificially forcing API level 0.)
LaunchSchedule = map[string]int{
threekingdoms.ThreeKingdomsVariant.Name: 8,
gatewaywest.GatewayWestVariant.Name: 8,
threekingdoms.ThreeKingdomsVariant.Name: 8,
classicalcrowded.ClassicalCrowdedVariant.Name: 8,
year1908.Year1908Variant.Name: 8,
empiresandcoalitions.EmpiresAndCoalitionsVariant.Name: 8,
Expand Down

0 comments on commit c5a5cb7

Please sign in to comment.