Switch to Go 1.11+ modules

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-01-24 16:15:17 +01:00
parent fc359c6118
commit cbfc002c15
No known key found for this signature in database
GPG key ID: DC2729FDD34BE99E
420 changed files with 55 additions and 217403 deletions

View file

@ -6,7 +6,7 @@ import (
"strconv"
"strings"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v3"
log "github.com/sirupsen/logrus"
"github.com/xuyu/goredis"
)