Skip to content

Commit

Permalink
Update the readme and the go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 13, 2023
1 parent 68b6fb6 commit 4a31a75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# urlegit

URLegit is

[![Build Status](https://github.com/xmidt-org/urlegit/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/urlegit/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/urlegit/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/urlegit?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/urlegit)](https://goreportcard.com/report/github.com/xmidt-org/urlegit)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xmidt-org_urlegit&metric=alert_status)](https://sonarcloud.io/dashboard?id=xmidt-org_urlegit)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/urlegit/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/urlegit.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/urlegit)](https://pkg.go.dev/github.com/xmidt-org/urlegit)

## Summary


1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 4a31a75

Please sign in to comment.