aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/felixge/httpsnoop/README.md
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-01-18 17:24:16 +0100
committerTaras Madan <tarasmadan@google.com>2024-01-18 16:35:00 +0000
commit21772ce4342bc8ecbb3e7c8747bba9aec14f3bbb (patch)
tree74b7a3823242a8c79fd1d365aae660fdcd4a19d3 /vendor/github.com/felixge/httpsnoop/README.md
parentdf0ec93c2662a5189ec2077aee2bf823e392bf25 (diff)
Revert "mod: do: bump google.golang.org/api from 0.153.0 to 0.156.0"
Diffstat (limited to 'vendor/github.com/felixge/httpsnoop/README.md')
-rw-r--r--vendor/github.com/felixge/httpsnoop/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/felixge/httpsnoop/README.md b/vendor/github.com/felixge/httpsnoop/README.md
index cf6b42f3d..ddcecd13e 100644
--- a/vendor/github.com/felixge/httpsnoop/README.md
+++ b/vendor/github.com/felixge/httpsnoop/README.md
@@ -7,8 +7,8 @@ http.Handlers.
Doing this requires non-trivial wrapping of the http.ResponseWriter interface,
which is also exposed for users interested in a more low-level API.
-[![Go Reference](https://pkg.go.dev/badge/github.com/felixge/httpsnoop.svg)](https://pkg.go.dev/github.com/felixge/httpsnoop)
-[![Build Status](https://github.com/felixge/httpsnoop/actions/workflows/main.yaml/badge.svg)](https://github.com/felixge/httpsnoop/actions/workflows/main.yaml)
+[![GoDoc](https://godoc.org/github.com/felixge/httpsnoop?status.svg)](https://godoc.org/github.com/felixge/httpsnoop)
+[![Build Status](https://travis-ci.org/felixge/httpsnoop.svg?branch=master)](https://travis-ci.org/felixge/httpsnoop)
## Usage Example