Skip to content

Commit

Permalink
fix(deps): update k8s.io/test-infra digest to c17a3b0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2023
1 parent d0e31d6 commit e842b8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
module github.com/open-feature/community-tools

go 1.19
go 1.21

toolchain go1.21.2

require (
github.com/ghodss/yaml v1.0.0
github.com/sirupsen/logrus v1.9.3
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
k8s.io/test-infra v0.0.0-20230801182840-d1098e7de750
k8s.io/test-infra v0.0.0-20231006212343-c17a3b08d432
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cjwagner/httpcache v0.0.0-20230907212505-d4841bbad466 // indirect
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/cjwagner/httpcache v0.0.0-20230907212505-d4841bbad466 h1:eUjwn08FDjbj8vBM31026tjBraJCu+qpDvo/q0EAvQk=
github.com/cjwagner/httpcache v0.0.0-20230907212505-d4841bbad466/go.mod h1:f7xZ2fRr8CqTp834KCxLW2pOXC/raqwhTbEvtxu/lRo=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down Expand Up @@ -654,6 +656,8 @@ k8s.io/test-infra v0.0.0-20230503163214-657dc72ba375 h1:+Lw6KRU8ClehA3OLkQ4wGPPJ
k8s.io/test-infra v0.0.0-20230503163214-657dc72ba375/go.mod h1:ABzH7x8s/0PtdiYEmXnNXGXLLSfr5P/LlTkDbj7/n0E=
k8s.io/test-infra v0.0.0-20230801182840-d1098e7de750 h1:ZwxhXgNKHjzFzH7saO4EvMNizWMjtVBR8q6oFsQGBhU=
k8s.io/test-infra v0.0.0-20230801182840-d1098e7de750/go.mod h1:DuTZeR5hCmlTTyTNkyPtItq2lQZjdCcpB0nsxdT57Gw=
k8s.io/test-infra v0.0.0-20231006212343-c17a3b08d432 h1:zU34Ht+gkH2kLHzqn+zxBYya46uZAOfjgDqU69TFHMA=
k8s.io/test-infra v0.0.0-20231006212343-c17a3b08d432/go.mod h1:sYW6ABqa51PBo9JzmTJ2ML0lq0GW6/M7F3Wpjhn8WUU=
k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed h1:jAne/RjBTyawwAy0utX5eqigAwz/lQhTmy+Hr/Cpue4=
Expand Down

0 comments on commit e842b8f

Please sign in to comment.