Skip to content

Commit

Permalink
bump githosts-utils dependency to fix edge case where refs with space…
Browse files Browse the repository at this point in the history
…s returned an error and forced clone when in refs mode.
  • Loading branch information
jonhadfield committed Mar 11, 2023
1 parent 64da240 commit 93a37f9
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 @@ -4,7 +4,7 @@ go 1.19

require (
github.com/carlescere/scheduler v0.0.0-20170109141437-ee74d2f83d82
github.com/jonhadfield/githosts-utils v0.0.0-20230310195800-f0e7f1a099ae
github.com/jonhadfield/githosts-utils v0.0.0-20230311151937-5b569962d1e3
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.2
golang.org/x/exp v0.0.0-20230310171629-522b1b587ee0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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.2 h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0=
github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/jonhadfield/githosts-utils v0.0.0-20230310195800-f0e7f1a099ae h1:z3SCCW6TJOcg/WIsxxHyVjK1U+uAq2OdwXR6OwazrdI=
github.com/jonhadfield/githosts-utils v0.0.0-20230310195800-f0e7f1a099ae/go.mod h1:lrmfG7CK4c0GZMzli2h6bh3DsmeIeDt45b0ywK+eY7U=
github.com/jonhadfield/githosts-utils v0.0.0-20230311151937-5b569962d1e3 h1:8HzRSVNtEI9p/PfGov0n1O9cZscCERNvIY/lyuP7Gig=
github.com/jonhadfield/githosts-utils v0.0.0-20230311151937-5b569962d1e3/go.mod h1:lrmfG7CK4c0GZMzli2h6bh3DsmeIeDt45b0ywK+eY7U=
github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
Expand Down

0 comments on commit 93a37f9

Please sign in to comment.