diff --git a/.travis.yml b/.travis.yml index 70763bf..d4d27e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go env: - GO111MODULE=on + - GOFLAGS='-mod vendor' go: - '1.11' - '1.12' diff --git a/README.md b/README.md index d283560..9388698 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ## MG Transport Library - +[![Build Status](https://travis-ci.org/Neur0toxine/mg-transport-core.svg?branch=master)](https://travis-ci.org/Neur0toxine/mg-transport-core) +[![codecov](https://codecov.io/gh/Neur0toxine/mg-transport-core/branch/master/graph/badge.svg)](https://codecov.io/gh/Neur0toxine/mg-transport-core) This library provides different functions like error-reporting, logging, localization, etc. in order to make it easier to create transports. Usage: ```go diff --git a/go.sum b/go.sum index c4b4ba9..4f8c5a8 100644 --- a/go.sum +++ b/go.sum @@ -183,11 +183,6 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/ugorji/go v1.1.7 h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo= -github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= -github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= -github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= -github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=