With go modules, we should be able to remove import comments

This commit is contained in:
Mickael Remond
2019-06-18 16:28:30 +02:00
parent c8ded1462f
commit 4d015e5b29
37 changed files with 37 additions and 39 deletions

2
go.mod
View File

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