Skip to content

Commit 91e36fb

Browse files
Update module github.com/gorilla/css to v1.0.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent baf2d6f commit 91e36fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/mark3labs/mcp-go v0.37.0
99
github.com/openshift-online/ocm-sdk-go v0.1.473
1010
github.com/spf13/cobra v1.9.1
11+
github.com/spf13/pflag v1.0.6
1112
)
1213

1314
require (
@@ -20,7 +21,7 @@ require (
2021
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
2122
github.com/golang/protobuf v1.5.3 // indirect
2223
github.com/google/uuid v1.6.0 // indirect
23-
github.com/gorilla/css v1.0.0 // indirect
24+
github.com/gorilla/css v1.0.1 // indirect
2425
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2526
github.com/invopop/jsonschema v0.13.0 // indirect
2627
github.com/json-iterator/go v1.1.12 // indirect
@@ -37,7 +38,6 @@ require (
3738
github.com/prometheus/procfs v0.7.3 // indirect
3839
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
3940
github.com/spf13/cast v1.7.1 // indirect
40-
github.com/spf13/pflag v1.0.6 // indirect
4141
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
4242
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
4343
golang.org/x/net v0.21.0 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
145145
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
146146
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
147147
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
148-
github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=
149148
github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c=
149+
github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=
150+
github.com/gorilla/css v1.0.1/go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0=
150151
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
151152
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
152153
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

0 commit comments

Comments
 (0)