Skip to content

Commit

Permalink
tidy modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Aug 25, 2023
1 parent 65cd28f commit 18a5e6a
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-20230819133559-5ad6dd6d9e0d
github.com/jonhadfield/githosts-utils v0.0.0-20230825153513-b0ce2112afd2
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,8 +8,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.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-20230819133559-5ad6dd6d9e0d h1:B09kBI+X+HtGidT2Fn7K9/SyfMU44GBrjzzsWvM5l4E=
github.com/jonhadfield/githosts-utils v0.0.0-20230819133559-5ad6dd6d9e0d/go.mod h1:qjeEgyF45bP2NKYK2KOGV95GSI8MpOcEo1iRgBBUvgU=
github.com/jonhadfield/githosts-utils v0.0.0-20230825153513-b0ce2112afd2 h1:B3pH0kwqV7VkEyfixdqB0NqZQPIe8ygz0AKMWC4XorU=
github.com/jonhadfield/githosts-utils v0.0.0-20230825153513-b0ce2112afd2/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 18a5e6a

Please sign in to comment.