Skip to content

Commit

Permalink
bump githosts-utils dependency to improve compare method logic and ou…
Browse files Browse the repository at this point in the history
…tput.
  • Loading branch information
jonhadfield committed Aug 19, 2023
1 parent 7acbd4f commit 3bba355
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 @@ -6,7 +6,7 @@ toolchain go1.21.0

require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/jonhadfield/githosts-utils v0.0.0-20230809140114-6fe05ab4447e
github.com/jonhadfield/githosts-utils v0.0.0-20230819133559-5ad6dd6d9e0d
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.4 h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA=
github.com/hashicorp/go-retryablehttp v0.7.4/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/jonhadfield/githosts-utils v0.0.0-20230729071355-2b5016f3213d/go.mod h1:hT67GId4RTPaeuwbCQMWqdu3QDQZdHD3vmI1Ra3JKiI=
github.com/jonhadfield/githosts-utils v0.0.0-20230809140114-6fe05ab4447e h1:XIrhZPoBf5BXbzBx6mXiAfFArBaiFZcHS7FjAqelNIE=
github.com/jonhadfield/githosts-utils v0.0.0-20230809140114-6fe05ab4447e/go.mod h1:hT67GId4RTPaeuwbCQMWqdu3QDQZdHD3vmI1Ra3JKiI=
github.com/jonhadfield/githosts-utils v0.0.0-20230819133559-5ad6dd6d9e0d h1:B09kBI+X+HtGidT2Fn7K9/SyfMU44GBrjzzsWvM5l4E=
github.com/jonhadfield/githosts-utils v0.0.0-20230819133559-5ad6dd6d9e0d/go.mod h1:qjeEgyF45bP2NKYK2KOGV95GSI8MpOcEo1iRgBBUvgU=
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 3bba355

Please sign in to comment.