Use intermediate version (before 0.2.0) to fix stanza package usage

This commit is contained in:
Mickael Remond 2019-07-30 10:55:49 +02:00
parent 4f1e0ded97
commit 4e185f4bb6
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3
2 changed files with 2 additions and 2 deletions

View file

@ -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.0 gosrc.io/xmpp v0.1.1
) )
replace gosrc.io/xmpp => ./../ replace gosrc.io/xmpp => ./../

View file

@ -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.0 gosrc.io/xmpp v0.1.1
) )
replace gosrc.io/xmpp => ./../ replace gosrc.io/xmpp => ./../