Skip to content

Commit

Permalink
Override go-steamapi in go.mod for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rkfg committed Nov 15, 2020
1 parent 03b8f28 commit 6d8ce5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"syscall"
"time"

"github.com/Philipp15b/go-steamapi"
"github.com/bwmarrin/discordgo"
"github.com/rkfg/go-steamapi"
)

const cmdPrefix = "-"
Expand Down
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ module rkfg.me/ns2query
go 1.15

require (
github.com/Philipp15b/go-steamapi v0.0.0-20200122161829-728086d96bab
github.com/bwmarrin/discordgo v0.22.0
github.com/rkfg/go-steamapi v0.0.0-20201114201332-f991dbb01c37
github.com/rumblefrog/go-a2s v1.0.0
github.com/syndtr/goleveldb v1.0.0
)

// temporary override until pull requests #11 and #12 are merged
replace github.com/Philipp15b/go-steamapi => github.com/rkfg/go-steamapi v0.0.0-20201114201332-f991dbb01c37

0 comments on commit 6d8ce5b

Please sign in to comment.