Skip to content

Commit

Permalink
bump githosts-utils dependency to improve http client re-use.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Feb 14, 2024
1 parent 42bce24 commit 5876f33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.21.0
require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/hashicorp/go-retryablehttp v0.7.5
github.com/jonhadfield/githosts-utils v0.0.0-20240210213102-5bc6af0a07a7
github.com/jonhadfield/githosts-utils v0.0.0-20240214205906-bdeb9684d45c
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
gopkg.in/h2non/gock.v1 v1.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxC
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-retryablehttp v0.7.5 h1:bJj+Pj19UZMIweq/iie+1u5YCdGrnxCT9yvm0e+Nd5M=
github.com/hashicorp/go-retryablehttp v0.7.5/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/jonhadfield/githosts-utils v0.0.0-20240210213102-5bc6af0a07a7 h1:4Vcj4ltie/H27U/xjAxnKcxP/XXrzGy2ZCUo3m9JFz0=
github.com/jonhadfield/githosts-utils v0.0.0-20240210213102-5bc6af0a07a7/go.mod h1:PFx5umZGByGGkaKyaw5E9az/IL8KiVjrDy9kymZQ6Oc=
github.com/jonhadfield/githosts-utils v0.0.0-20240214205906-bdeb9684d45c h1:JVRdnCB5SsFyc4D8zhC5FVBJDvayIPL0MZEbau3TL+g=
github.com/jonhadfield/githosts-utils v0.0.0-20240214205906-bdeb9684d45c/go.mod h1:PFx5umZGByGGkaKyaw5E9az/IL8KiVjrDy9kymZQ6Oc=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 5876f33

Please sign in to comment.