Skip to content

Commit 45acc77

Browse files
chore(deps): update module github.com/microcosm-cc/bluemonday to v1.0.27
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e0aab14 commit 45acc77

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ require (
2525
github.com/spf13/pflag v1.0.6
2626
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
2727
go.uber.org/mock v0.5.0
28-
golang.org/x/oauth2 v0.24.0
2928
golang.org/x/term v0.27.0
3029
golang.org/x/text v0.21.0
3130
google.golang.org/api v0.211.0
@@ -66,7 +65,7 @@ require (
6665
github.com/google/s2a-go v0.1.8 // indirect
6766
github.com/google/uuid v1.6.0 // indirect
6867
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
69-
github.com/gorilla/css v1.0.0 // indirect
68+
github.com/gorilla/css v1.0.1 // indirect
7069
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
7170
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7271
github.com/itchyny/gojq v0.12.9 // indirect
@@ -86,7 +85,7 @@ require (
8685
github.com/mattn/go-isatty v0.0.16 // indirect
8786
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
8887
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
89-
github.com/microcosm-cc/bluemonday v1.0.23 // indirect
88+
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
9089
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9190
github.com/modern-go/reflect2 v1.0.2 // indirect
9291
github.com/mtibben/percent v0.2.1 // indirect
@@ -109,6 +108,7 @@ require (
109108
go.opentelemetry.io/otel/trace v1.29.0 // indirect
110109
golang.org/x/crypto v0.31.0 // indirect
111110
golang.org/x/net v0.33.0 // indirect
111+
golang.org/x/oauth2 v0.24.0 // indirect
112112
golang.org/x/sync v0.10.0 // indirect
113113
golang.org/x/sys v0.28.0 // indirect
114114
golang.org/x/time v0.9.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
219219
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
220220
github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=
221221
github.com/googleapis/gax-go/v2 v2.14.1/go.mod h1:Hb/NubMaVM88SrNkvl8X/o8XWwDJEPqouaLeN2IUxoA=
222-
github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=
223-
github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c=
222+
github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
223+
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
224224
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=
225225
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c/go.mod h1:NMPJylDgVpX0MLRlPy15sqSwOFv/U1GZ2m21JhFfek0=
226226
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
@@ -340,8 +340,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfr
340340
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
341341
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI=
342342
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
343-
github.com/microcosm-cc/bluemonday v1.0.23 h1:SMZe2IGa0NuHvnVNAZ+6B38gsTbi5e4sViiWJyDDqFY=
344-
github.com/microcosm-cc/bluemonday v1.0.23/go.mod h1:mN70sk7UkkF8TUr2IGBpNN0jAgStuPzlK76QuruE/z4=
343+
github.com/microcosm-cc/bluemonday v1.0.27 h1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=
344+
github.com/microcosm-cc/bluemonday v1.0.27/go.mod h1:jFi9vgW+H7c3V0lb6nR74Ib/DIB5OBs92Dimizgw2cA=
345345
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
346346
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
347347
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)