File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.2.7] - ` 2025-08-28 `
4
+
5
+ - Updated dependencies version
6
+
3
7
## [ v0.2.6] - ` 2025-08-07 `
4
8
5
9
- Updated dependencies version
36
40
- Supported custom mark (default: "x")
37
41
- Debug Mode available via config ` sensitive.New(sensitive.Config{ DebugMode: true }) `
38
42
43
+ [ v0.2.7 ] : https://github.com/owlsome-official/sensitive/releases/tag/v0.2.7
39
44
[ v0.2.6 ] : https://github.com/owlsome-official/sensitive/releases/tag/v0.2.6
40
45
[ v0.2.5 ] : https://github.com/owlsome-official/sensitive/releases/tag/v0.2.5
41
46
[ v0.2.4 ] : https://github.com/owlsome-official/sensitive/releases/tag/v0.2.4
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/pmezard/go-difflib v1.0.0 // indirect
19
19
github.com/rivo/uniseg v0.4.7 // indirect
20
20
github.com/valyala/bytebufferpool v1.0.0 // indirect
21
- github.com/valyala/fasthttp v1.64 .0 // indirect
22
- golang.org/x/sys v0.34 .0 // indirect
21
+ github.com/valyala/fasthttp v1.65 .0 // indirect
22
+ golang.org/x/sys v0.35 .0 // indirect
23
23
gopkg.in/yaml.v3 v3.0.1 // indirect
24
24
)
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
23
23
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
24
24
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
25
25
github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
26
- github.com/valyala/fasthttp v1.64 .0 h1:QBygLLQmiAyiXuRhthf0tuRkqAFcrC42dckN2S+N3og =
27
- github.com/valyala/fasthttp v1.64 .0 /go.mod h1:dGmFxwkWXSK0NbOSJuF7AMVzU+lkHz0wQVvVITv2UQA =
26
+ github.com/valyala/fasthttp v1.65 .0 h1:j/u3uzFEGFfRxw79iYzJN+TteTJwbYkru9uDp3d0Yf8 =
27
+ github.com/valyala/fasthttp v1.65 .0 /go.mod h1:P/93/YkKPMsKSnATEeELUCkG8a7Y+k99uxNHVbKINr4 =
28
28
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU =
29
29
github.com/xyproto/randomstring v1.0.5 /go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E =
30
30
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
31
- golang.org/x/sys v0.34 .0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
32
- golang.org/x/sys v0.34 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
31
+ golang.org/x/sys v0.35 .0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
32
+ golang.org/x/sys v0.35 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
33
33
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
34
34
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
35
35
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments