We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfe706 commit 0e4f986Copy full SHA for 0e4f986
go.mod
@@ -2,6 +2,7 @@ module github.com/mikesmithgh/git-prompt-string
2
3
go 1.22.0
4
5
-require github.com/pelletier/go-toml/v2 v2.1.1
6
-
7
-require github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
+require (
+ github.com/pelletier/go-toml/v2 v2.1.1
+ github.com/buildkite/shellwords v0.0.0-20180315110454-59467a9b8e10
8
+)
0 commit comments