Skip to content

Commit 0e4f986

Browse files
authored
fix: bump version (#41)
1 parent 6dfe706 commit 0e4f986

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module github.com/mikesmithgh/git-prompt-string
22

33
go 1.22.0
44

5-
require github.com/pelletier/go-toml/v2 v2.1.1
6-
7-
require github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
5+
require (
6+
github.com/pelletier/go-toml/v2 v2.1.1
7+
github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
8+
)

0 commit comments

Comments
 (0)