Skip to content

Commit ba88c48

Browse files
committed
fix(go.mod)
1 parent d48f481 commit ba88c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gopkg.in/h2non/gock.v1
22

33
require (
4-
github.com/codemodus/parth/v2 v2.0.0
4+
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
55
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
66
)

matchers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"regexp"
1111
"strings"
1212

13-
"github.com/codemodus/parth/v2"
13+
"github.com/h2non/parth"
1414
)
1515

1616
// EOL represents the end of line character.

0 commit comments

Comments
 (0)