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.
yaml.v3
1 parent e8ada4e commit 2bcd93eCopy full SHA for 2bcd93e
go.mod
@@ -2,10 +2,7 @@ module github.com/codeshelldev/secured-signal-api
2
3
go 1.25.1
4
5
-require (
6
- go.uber.org/zap v1.27.0
7
- gopkg.in/yaml.v3 v3.0.1
8
-)
+require go.uber.org/zap v1.27.0
9
10
require (
11
github.com/fsnotify/fsnotify v1.9.0 // indirect
0 commit comments