From 15ac5595223ed2abd7854f1068edab3ffa308a02 Mon Sep 17 00:00:00 2001 From: kmuralidharan Date: Thu, 17 Jun 2021 22:03:38 +0530 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 198b65e..ee486ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Healthcheck +# Healthcheck [![Build Status](https://travis-ci.com/etherlabsio/healthcheck.svg)](https://travis-ci.com/etherlabsio/healthcheck) [![Go Report Card](https://goreportcard.com/badge/github.com/etherlabsio/healthcheck)](https://goreportcard.com/report/github.com/etherlabsio/healthcheck) [![GoDoc](https://godoc.org/github.com/etherlabsio/healthcheck?status.svg)](https://godoc.org/github.com/etherlabsio/healthcheck) [![codecov](https://codecov.io/gh/etherlabsio/healthcheck/branch/master/graph/badge.svg)](https://codecov.io/gh/etherlabsio/healthcheck) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fetherlabsio%2Fhealthcheck.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fetherlabsio%2Fhealthcheck?ref=badge_shield) @@ -23,8 +23,8 @@ import ( "net/http" "time" - "github.com/etherlabsio/healthcheck" - "github.com/etherlabsio/healthcheck/checkers" + "github.com/etherlabsio/healthcheck/v2" + "github.com/etherlabsio/healthcheck/v2/checkers" _ "github.com/go-sql-driver/mysql" "github.com/gorilla/mux" )