Skip to content

Commit

Permalink
chore: use httpmock v1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Soulé <[email protected]>
  • Loading branch information
maxatome committed Feb 4, 2023
1 parent 5d9b172 commit c804fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/maxatome/tdhttpmock
go 1.19

require (
github.com/jarcoal/httpmock v1.2.1-0.20221108221151-f69cd5e7f9cf
github.com/jarcoal/httpmock v1.3.0
github.com/maxatome/go-testdeep v1.12.0
)

Expand Down
12 changes: 2 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jarcoal/httpmock v1.2.1-0.20221022183827-0f002063db7c h1:+mS3pcUxRC8S5pKmr8GAdjIWcturp3jE89oaJkj/kwk=
github.com/jarcoal/httpmock v1.2.1-0.20221022183827-0f002063db7c/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jarcoal/httpmock v1.2.1-0.20221107220010-e78b81264f6c h1:6Qw5Ud4Z7d8XJVF37IMuxIuih2qXON/EsmL0E8ChMGw=
github.com/jarcoal/httpmock v1.2.1-0.20221107220010-e78b81264f6c/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jarcoal/httpmock v1.2.1-0.20221108194521-59c197c7f946 h1:UClGvrWCX/mONL2go7lHpRKbalHLCVShBKNJMw+gOIM=
github.com/jarcoal/httpmock v1.2.1-0.20221108194521-59c197c7f946/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jarcoal/httpmock v1.2.1-0.20221108215555-dfc8f19478d9 h1:GgZh18Who8XtSTJMO2rUitmauwcX6Nq1+RslSOpJgKc=
github.com/jarcoal/httpmock v1.2.1-0.20221108215555-dfc8f19478d9/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jarcoal/httpmock v1.2.1-0.20221108221151-f69cd5e7f9cf h1:lnt1bDQ8h9pBdDyaQ+V9ipXF1HvyzRdZ0LDABmrmthM=
github.com/jarcoal/httpmock v1.2.1-0.20221108221151-f69cd5e7f9cf/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jarcoal/httpmock v1.3.0 h1:2RJ8GP0IIaWwcC9Fp2BmVi8Kog3v2Hn7VXM3fTd+nuc=
github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/maxatome/go-testdeep v1.12.0 h1:Ql7Go8Tg0C1D/uMMX59LAoYK7LffeJQ6X2T04nTH68g=
github.com/maxatome/go-testdeep v1.12.0/go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM=

0 comments on commit c804fc5

Please sign in to comment.