Fix reference to missing tag
This commit is contained in:
parent
7ab6c3a62d
commit
1c74d102c7
|
@ -5,7 +5,7 @@ go 1.12
|
||||||
require (
|
require (
|
||||||
github.com/processone/mpg123 v1.0.0
|
github.com/processone/mpg123 v1.0.0
|
||||||
github.com/processone/soundcloud v1.0.0
|
github.com/processone/soundcloud v1.0.0
|
||||||
gosrc.io/xmpp v0.1.1
|
gosrc.io/xmpp v0.1.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace gosrc.io/xmpp => ./../
|
replace gosrc.io/xmpp => ./../
|
||||||
|
|
|
@ -7,7 +7,7 @@ require (
|
||||||
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
|
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
|
||||||
github.com/spf13/cobra v0.0.5
|
github.com/spf13/cobra v0.0.5
|
||||||
github.com/spf13/viper v1.4.0
|
github.com/spf13/viper v1.4.0
|
||||||
gosrc.io/xmpp v0.1.1
|
gosrc.io/xmpp v0.1.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace gosrc.io/xmpp => ./../
|
replace gosrc.io/xmpp => ./../
|
||||||
|
|
Loading…
Reference in a new issue