Skip to content

Commit 2cb62cf

Browse files
authored
repository transfer changes (#19)
1 parent ec5b9b2 commit 2cb62cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# go-wiremock
22

3-
[![Actions Status](https://github.com/walkerus/go-wiremock/workflows/build/badge.svg)](https://github.com/walkerus/go-wiremock/actions?query=workflow%3Abuild)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/walkerus/go-wiremock)](https://goreportcard.com/report/github.com/walkerus/go-wiremock)
3+
[![Actions Status](https://github.com/wiremock/go-wiremock/workflows/build/badge.svg)](https://github.com/wiremock/go-wiremock/actions?query=workflow%3Abuild)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/wiremock/go-wiremock)](https://goreportcard.com/report/github.com/wiremock/go-wiremock)
55

66
The simple package to stub HTTP resource using [WireMock admin](http://wiremock.org/docs/api/)
77

88
## Documentation
99

10-
[![GoDoc](https://godoc.org/github.com/walkerus/go-wiremock?status.svg)](http://godoc.org/github.com/walkerus/go-wiremock)
10+
[![GoDoc](https://godoc.org/github.com/wiremock/go-wiremock?status.svg)](http://godoc.org/github.com/wiremock/go-wiremock)
1111

1212
## Usage
1313

@@ -22,7 +22,7 @@ import (
2222
"net/http"
2323
"testing"
2424

25-
"github.com/walkerus/go-wiremock"
25+
"github.com/wiremock/go-wiremock"
2626
)
2727

2828
func TestSome(t *testing.T) {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/walkerus/go-wiremock
1+
module github.com/wiremock/go-wiremock
22

33
go 1.20
44

0 commit comments

Comments
 (0)