Skip to content

Commit

Permalink
Fix kidoman#2 :]
Browse files Browse the repository at this point in the history
  • Loading branch information
editinqash committed May 16, 2021
1 parent 282a10d commit a627b48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rconsocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"time"

"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
)

type rconSocket struct {
Expand Down
2 changes: 1 addition & 1 deletion samples/rcon.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

log "github.com/sirupsen/logrus"
"github.com/kidoman/go-steam"
"github.com/thatstrangecoder/go-steam"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion samples/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"

log "github.com/sirupsen/logrus"
"github.com/kidoman/go-steam"
"github.com/thatstrangecoder/go-steam"
)

func main() {
Expand Down

0 comments on commit a627b48

Please sign in to comment.