mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Fix imports after enabling modules.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
package model
|
||||
|
||||
import "github.com/Team254/cheesy-arena/game"
|
||||
import "github.com/Team254/cheesy-arena-lite/game"
|
||||
|
||||
type EventSettings struct {
|
||||
Id int
|
||||
|
||||
@@ -7,7 +7,7 @@ package model
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/Team254/cheesy-arena/game"
|
||||
"github.com/Team254/cheesy-arena-lite/game"
|
||||
)
|
||||
|
||||
type MatchResult struct {
|
||||
|
||||
@@ -7,7 +7,7 @@ package model
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/Team254/cheesy-arena/game"
|
||||
"github.com/Team254/cheesy-arena-lite/game"
|
||||
)
|
||||
|
||||
type RankingDb struct {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"github.com/Team254/cheesy-arena/game"
|
||||
"github.com/Team254/cheesy-arena-lite/game"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -7,7 +7,7 @@ package model
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/Team254/cheesy-arena/game"
|
||||
"github.com/Team254/cheesy-arena-lite/game"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
Reference in New Issue
Block a user