From d6b9770b1012d33e5e80cb6dc94584cf01d13653 Mon Sep 17 00:00:00 2001 From: Serge Zaitsev Date: Wed, 19 Sep 2018 11:47:21 +0200 Subject: [PATCH] add travis and goreportcard badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4176468..537bdec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # gomodproxy +[![Build Status](https://travis-ci.org/sixt/gomodproxy.svg?branch=master)](https://travis-ci.org/sixt/gomodproxy) +[![Go Report Card](https://goreportcard.com/badge/github.com/sixt/gomodproxy)](https://goreportcard.com/report/github.com/sixt/gomodproxy) + gomodproxy is a caching proxy for [Go modules]. Go 1.11 has introduced optional proxy support via GOPROXY environment variable. It is essential for use cases where you want to have better control over your dependencies and handle scenarios when GitHub is down or some open-source dependency has been removed.