Skip to content

Commit 2bcd93e

Browse files
committed
removed unneeded module yaml.v3 from go.mod
1 parent e8ada4e commit 2bcd93e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ module github.com/codeshelldev/secured-signal-api
22

33
go 1.25.1
44

5-
require (
6-
go.uber.org/zap v1.27.0
7-
gopkg.in/yaml.v3 v3.0.1
8-
)
5+
require go.uber.org/zap v1.27.0
96

107
require (
118
github.com/fsnotify/fsnotify v1.9.0 // indirect

0 commit comments

Comments
 (0)