Skip to content

Commit c7bd53b

Browse files
Merge pull request #183 from openshift/konflux/mintmaker/master/github.com-azure-go-ansiterm-digest
Update github.com/Azure/go-ansiterm digest to faa5f7b
2 parents e6164fa + 7eef0a1 commit c7bd53b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/openshift/ocm-agent-operator v0.0.0-20240920073713-1c7db7addf85
1212
github.com/prometheus/alertmanager v0.25.1
1313
github.com/prometheus/client_golang v1.22.0
14-
github.com/prometheus/common v0.62.0
1514
github.com/sirupsen/logrus v1.9.3
1615
github.com/spf13/cobra v1.9.1
1716
github.com/spf13/pflag v1.0.6
@@ -26,7 +25,7 @@ require (
2625
)
2726

2827
require (
29-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
28+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
3029
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3130
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3231
github.com/aymerick/douceur v0.2.0 // indirect
@@ -92,6 +91,7 @@ require (
9291
github.com/pkg/errors v0.9.1 // indirect
9392
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9493
github.com/prometheus/client_model v0.6.1 // indirect
94+
github.com/prometheus/common v0.62.0 // indirect
9595
github.com/prometheus/procfs v0.15.1 // indirect
9696
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9797
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
3636
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
3737
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
3838
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
39-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=
40-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
39+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c h1:udKWzYgxTojEKWjV8V+WSxDXJ4NFATAsZjh8iIbsQIg=
40+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
4141
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4242
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
4343
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=

0 commit comments

Comments
 (0)