Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuralidharan committed Jun 17, 2021
1 parent 572068f commit 15ac559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="logo.png" width="500" align="top"/>

# 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)

Expand All @@ -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"
)
Expand Down

0 comments on commit 15ac559

Please sign in to comment.