File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/ti-community-infra/configs
22
3- go 1.18
3+ go 1.22
4+
5+ toolchain go1.24.6
46
57require (
68 github.com/ghodss/yaml v1.0.0
79 github.com/sirupsen/logrus v1.9.3
810 k8s.io/apimachinery v0.24.2
911 k8s.io/test-infra v0.0.0-20230607031412-b936f25a4b34
10- sigs.k8s.io/yaml v1.4 .0
12+ sigs.k8s.io/yaml v1.6 .0
1113)
1214
1315require (
@@ -32,6 +34,7 @@ require (
3234 github.com/prometheus/procfs v0.7.3 // indirect
3335 github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228 // indirect
3436 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
37+ go.yaml.in/yaml/v2 v2.4.2 // indirect
3538 golang.org/x/net v0.8.0 // indirect
3639 golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
3740 golang.org/x/sync v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
281281go.opencensus.io v0.22.2 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
282282go.opencensus.io v0.22.3 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
283283go.opencensus.io v0.22.4 /go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw =
284+ go.yaml.in/yaml/v2 v2.4.2 h1:DzmwEr2rDGHl7lsFgAHxmNz/1NlQ7xLIrlN2h5d1eGI =
285+ go.yaml.in/yaml/v2 v2.4.2 /go.mod h1:081UH+NErpNdqlCXm3TtEran0rJZGxAYx9hb/ELlsPU =
284286golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 /go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4 =
285287golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
286288golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
@@ -639,3 +641,5 @@ sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
639641sigs.k8s.io/yaml v1.3.0 /go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8 =
640642sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E =
641643sigs.k8s.io/yaml v1.4.0 /go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY =
644+ sigs.k8s.io/yaml v1.6.0 h1:G8fkbMSAFqgEFgh4b1wmtzDnioxFCUgTZhlbj5P9QYs =
645+ sigs.k8s.io/yaml v1.6.0 /go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4 =
You can’t perform that action at this time.
0 commit comments