Skip to content

Commit

Permalink
bump githosts-utils dependency with retryablehttp update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jul 29, 2024
1 parent bbe4bd3 commit 911f2ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/jonhadfield/soba

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22.0

require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/jonhadfield/githosts-utils v0.0.0-20240729093111-fe21be10d8ea
github.com/jonhadfield/githosts-utils v0.0.0-20240729093740-0aeff8e5bf1c
github.com/pkg/errors v0.9.1
github.com/slack-go/slack v0.13.1
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISH
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
github.com/jonhadfield/githosts-utils v0.0.0-20240729093111-fe21be10d8ea h1:FyebdYcWG1kNRixslEqr4KygqZyO5zEoFOl5APUUN4Q=
github.com/jonhadfield/githosts-utils v0.0.0-20240729093111-fe21be10d8ea/go.mod h1:zLQLW7C20eEigKRdebE4TVG3iHi8kX5cevs4mA6dy2I=
github.com/jonhadfield/githosts-utils v0.0.0-20240729093740-0aeff8e5bf1c h1:QD9gJzCQiuqunsWHY/lXZJpoZGuBos823Tisz3q61oQ=
github.com/jonhadfield/githosts-utils v0.0.0-20240729093740-0aeff8e5bf1c/go.mod h1:ANnfL+psJFPaMrLa/pRg/JbKSvAAQ7sxdij8o6nFjuM=
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 911f2ae

Please sign in to comment.