1
0
mirror of https://github.com/opencontainers/go-digest.git synced 2025-04-18 03:24:02 +03:00

README: update badges

- fix CI badge, which was still pointing to travis
- update GoDoc badge for pkg.go.dev
- add License badge

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2025-01-16 01:37:50 +01:00
parent 8f8f897fe8
commit ba6a02b21d
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -1,10 +1,13 @@
# go-digest
[![GoDoc](https://godoc.org/github.com/opencontainers/go-digest?status.svg)](https://godoc.org/github.com/opencontainers/go-digest) [![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/go-digest)](https://goreportcard.com/report/github.com/opencontainers/go-digest) [![Build Status](https://travis-ci.org/opencontainers/go-digest.svg?branch=master)](https://travis-ci.org/opencontainers/go-digest)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Go Reference](https://pkg.go.dev/badge/opencontainers/go-digest)](https://pkg.go.dev/github.com/opencontainers/go-digest)
[![Go Report Card](https://goreportcard.com/badge/github.com/opencontainers/go-digest)](https://goreportcard.com/report/github.com/opencontainers/go-digest)
[![CI](https://github.com/opencontainers/go-digest/actions/workflows/test.yml/badge.svg)](https://github.com/opencontainers/go-digest/actions/workflows/test.yml)
Common digest package used across the container ecosystem.
Please see the [godoc](https://godoc.org/github.com/opencontainers/go-digest) for more information.
Please see the [pkg.go.dev](https://pkg.go.dev/github.com/opencontainers/go-digest) for more information.
# What is a digest?