mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-02-05 13:24:57 +02:00
update rcon import
This commit is contained in:
parent
df574e4846
commit
8c7ba404e5
@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/OpenFactorioServerManager/factorio-server-manager/bootstrap"
|
||||
|
||||
"github.com/majormjr/rcon"
|
||||
"github.com/OpenFactorioServerManager/rcon"
|
||||
)
|
||||
|
||||
func connectRC() error {
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user