Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

fix(deps): update module github.com/dnaeon/go-vcr to v3 #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module github.com/packethost/packngo

require (
github.com/dnaeon/go-vcr v1.2.0
github.com/dnaeon/go-vcr/v3 v3.2.0
github.com/google/go-cmp v0.5.6
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a
Expand Down
Loading