@@ -5,9 +5,9 @@ go 1.22.7
5
5
toolchain go1.22.12
6
6
7
7
require (
8
+ github.com/PagerDuty/go-pagerduty v1.8.0
8
9
github.com/openshift/configuration-anomaly-detection v0.0.0-00010101000000-000000000000
9
10
github.com/tektoncd/triggers v0.27.0
10
- go.uber.org/zap v1.27.0
11
11
google.golang.org/grpc v1.67.3
12
12
knative.dev/pkg v0.0.0-20240521083825-99e1685a7997
13
13
)
@@ -19,7 +19,6 @@ require (
19
19
github.com/99designs/keyring v1.2.2 // indirect
20
20
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
21
21
github.com/Masterminds/semver v1.5.0 // indirect
22
- github.com/PagerDuty/go-pagerduty v1.8.0 // indirect
23
22
github.com/alessio/shellescape v1.4.1 // indirect
24
23
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
25
24
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
@@ -123,7 +122,7 @@ require (
123
122
github.com/openshift/backplane-cli v0.1.39 // indirect
124
123
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 // indirect
125
124
github.com/openshift/hive/apis v0.0.0-20231116161336-9dd47f8bfa1f // indirect
126
- github.com/openshift/osd-network-verifier v1.2.1 // indirect
125
+ github.com/openshift/osd-network-verifier v1.2.3 // indirect
127
126
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
128
127
github.com/perimeterx/marshmallow v1.1.4 // indirect
129
128
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -150,6 +149,7 @@ require (
150
149
github.com/zalando/go-keyring v0.2.3 // indirect
151
150
go.opencensus.io v0.24.0 // indirect
152
151
go.uber.org/multierr v1.11.0 // indirect
152
+ go.uber.org/zap v1.27.0 // indirect
153
153
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
154
154
golang.org/x/net v0.33.0 // indirect
155
155
golang.org/x/oauth2 v0.25.0 // indirect
0 commit comments