Skip to content

Commit

Permalink
Package is now gopkg.in/dnaeon/go-vcr.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Aug 16, 2022
1 parent 6be0aaa commit 1371868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and accurate testing of your code.
Install `go-vcr` by executing the command below:

```bash
$ go get -v github.com/dnaeon/go-vcr/recorder@v2
$ go get -v gopkg.in/dnaeon/go-vcr.v2
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dnaeon/go-vcr
module "gopkg.in/dnaeon/go-vcr.v2"

go 1.19

Expand Down

0 comments on commit 1371868

Please sign in to comment.