Fix reference to missing tag

This commit is contained in:
Mickael Remond 2019-07-30 10:39:19 +02:00
parent 7ab6c3a62d
commit 1c74d102c7
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 (
github.com/processone/mpg123 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 => ./../

View file

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