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 9f79a45 commit 6bc5b5eCopy full SHA for 6bc5b5e
go.mod
@@ -3,7 +3,13 @@ module github.com/itzcodex24/git-guardian
3
go 1.20
4
5
require (
6
- github.com/fsnotify/fsnotify v1.5.2
7
- github.com/google/uuid v1.4.0
8
- github.com/spf13/cobra v1.7.0
+ github.com/fsnotify/fsnotify v1.5.2
+ github.com/google/uuid v1.4.0
+ github.com/spf13/cobra v1.7.0
9
+)
10
+
11
+require (
12
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
13
+ github.com/spf13/pflag v1.0.5 // indirect
14
+ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
15
)
internal/internal/git.go internal/git.gointernal/internal/git.go renamed to internal/git.go
0 commit comments