update rcon import

This commit is contained in:
Mitch Roote 2021-01-26 21:38:50 -05:00
parent df574e4846
commit 8c7ba404e5
4 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"github.com/OpenFactorioServerManager/factorio-server-manager/bootstrap"
"github.com/majormjr/rcon"
"github.com/OpenFactorioServerManager/rcon"
)
func connectRC() error {

View File

@ -16,8 +16,7 @@ import (
"github.com/OpenFactorioServerManager/factorio-server-manager/api/websocket"
"github.com/OpenFactorioServerManager/factorio-server-manager/bootstrap"
"github.com/majormjr/rcon"
"github.com/OpenFactorioServerManager/rcon"
)
type Server struct {

View File

@ -3,6 +3,7 @@ module github.com/OpenFactorioServerManager/factorio-server-manager
go 1.13
require (
github.com/OpenFactorioServerManager/rcon v0.0.0-20120923215419-8fbb8268b60a
github.com/go-ini/ini v1.49.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/mux v1.7.3

View File

@ -1,3 +1,5 @@
github.com/OpenFactorioServerManager/rcon v0.0.0-20120923215419-8fbb8268b60a h1:BExxUM1IlQh7ba2D7ZTQ/aHe65YLI0GHgoPe1c3IIdA=
github.com/OpenFactorioServerManager/rcon v0.0.0-20120923215419-8fbb8268b60a/go.mod h1:ttMDbVLzmIWHIVGL6Wa+QG+hCzURs5gZDT12l5spIlg=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=