Skip to content

Commit

Permalink
Merge pull request #23 from NiloCK/fix-ignore
Browse files Browse the repository at this point in the history
upgrade walk-repo dependency
  • Loading branch information
NiloCK authored Dec 4, 2024
2 parents 1570a60 + 8789f3b commit 2f5722a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/go-git/go-git/v5 v5.11.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/muesli/termenv v0.15.1
github.com/nilock/walk-repo v0.1.0
github.com/nilock/walk-repo v0.1.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/muesli/termenv v0.9.0/go.mod h1:R/LzAKf+suGs4IsO95y7+7DpFHO0KABgnZqtl
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739/go.mod h1:Bd5NYQ7pd+SrtBSrSNoBBmXlcY8+Xj4BMJgh8qcZrvs=
github.com/muesli/termenv v0.15.1 h1:UzuTb/+hhlBugQz28rpzey4ZuKcZ03MeKsoG7IJZIxs=
github.com/muesli/termenv v0.15.1/go.mod h1:HeAQPTzpfs016yGtA4g00CsdYnVLJvxsS4ANqrZs2sQ=
github.com/nilock/walk-repo v0.1.0 h1:UbLoUHb06AvKYfTmLJq+cqJWImdDgKA6BY4o0Lw7euI=
github.com/nilock/walk-repo v0.1.0/go.mod h1:Z5rjZZwT2tm+ZFVBG0ZOHpNGorL6mmc0T0NhG8mo0sU=
github.com/nilock/walk-repo v0.1.2 h1:NY7hcjg/HD1+xxnyKGstExlODtAXpmApmeCYxO4uQ8U=
github.com/nilock/walk-repo v0.1.2/go.mod h1:Z5rjZZwT2tm+ZFVBG0ZOHpNGorL6mmc0T0NhG8mo0sU=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
Expand Down
1 change: 1 addition & 0 deletions tui/ignored/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] !!!!! this is an item in test
1 change: 1 addition & 0 deletions tui/ignoreme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] !!!!! this is an item in test - ignoreme.md
2 changes: 1 addition & 1 deletion utils/versioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

const version = "v0.0.8"
const version = "v0.0.9"
const ReleaseURL = "https://github.com/NiloCK/tuido/releases/latest"

// Version returns the currently running version of the application.
Expand Down

0 comments on commit 2f5722a

Please sign in to comment.