Skip to content

Commit 6bc5b5e

Browse files
author
Andrei
committed
update
1 parent 9f79a45 commit 6bc5b5e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ module github.com/itzcodex24/git-guardian
33
go 1.20
44

55
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
6+
github.com/fsnotify/fsnotify v1.5.2
7+
github.com/google/uuid v1.4.0
8+
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
915
)

0 commit comments

Comments
 (0)