Fix imports after enabling modules.

This commit is contained in:
Patrick Fairbank
2021-05-16 11:00:29 -07:00
parent c3ed0021fa
commit 7028891d84
82 changed files with 141 additions and 141 deletions

View File

@@ -6,9 +6,9 @@
package web
import (
"github.com/Team254/cheesy-arena/field"
"github.com/Team254/cheesy-arena/model"
"github.com/Team254/cheesy-arena/websocket"
"github.com/Team254/cheesy-arena-lite/field"
"github.com/Team254/cheesy-arena-lite/model"
"github.com/Team254/cheesy-arena-lite/websocket"
"net/http"
"time"
)