Update requirements to go1.13 as required by new websockets dependencies

This commit is contained in:
Mickael Remond
2019-10-29 14:52:31 +01:00
parent a16483397d
commit ebb6e845bf
5 changed files with 169 additions and 3 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module gosrc.io/xmpp
go 1.12
go 1.13
require (
github.com/google/go-cmp v0.3.1