Skip to content

Commit

Permalink
bump githosts-utils dep. to fix issue when backing up empty repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Nov 4, 2022
1 parent f3cf4aa commit ed69e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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-20221102204933-83453de889e0
github.com/jonhadfield/githosts-utils v0.0.0-20221104200203-77f9149a7059
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jonhadfield/githosts-utils v0.0.0-20221102204933-83453de889e0 h1:vZ0mWiR/D0IdOlPq7yM9YpwszzKAKsVTFqf95y5kzbk=
github.com/jonhadfield/githosts-utils v0.0.0-20221102204933-83453de889e0/go.mod h1:yXwdUnBNqj62M8ldG8DiQbhrSQNrV/pzKLO752V23lk=
github.com/jonhadfield/githosts-utils v0.0.0-20221104200203-77f9149a7059 h1:U0z1TGiyenWTyAKeh0wjX1B+p+Uamer5q/q0elFflcU=
github.com/jonhadfield/githosts-utils v0.0.0-20221104200203-77f9149a7059/go.mod h1:yXwdUnBNqj62M8ldG8DiQbhrSQNrV/pzKLO752V23lk=
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 ed69e11

Please sign in to comment.