Use intermediate version (before 0.2.0) to fix stanza package usage
This commit is contained in:
parent
4f1e0ded97
commit
4e185f4bb6
|
@ -5,7 +5,7 @@ go 1.12
|
|||
require (
|
||||
github.com/processone/mpg123 v1.0.0
|
||||
github.com/processone/soundcloud v1.0.0
|
||||
gosrc.io/xmpp v0.1.0
|
||||
gosrc.io/xmpp v0.1.1
|
||||
)
|
||||
|
||||
replace gosrc.io/xmpp => ./../
|
||||
|
|
|
@ -7,7 +7,7 @@ require (
|
|||
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/spf13/viper v1.4.0
|
||||
gosrc.io/xmpp v0.1.0
|
||||
gosrc.io/xmpp v0.1.1
|
||||
)
|
||||
|
||||
replace gosrc.io/xmpp => ./../
|
||||
|
|
Loading…
Reference in a new issue