feat: req preprocessor

This commit is contained in:
mayur.popli
2025-03-20 08:47:30 +05:30
parent 86bffa0844
commit bc316ed39f
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@@ -6,6 +6,8 @@ toolchain go1.23.7
require golang.org/x/crypto v0.36.0
require github.com/google/uuid v1.6.0 // indirect
require (
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0