File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/hetznercloud/hcloud-go/v2 v2.47.0
99 github.com/prometheus/client_golang v1.24.1
1010 github.com/spf13/pflag v1.0.10
11- github.com/stretchr/testify v1.11.1
11+ github.com/stretchr/testify v1.12.0
1212 github.com/syself/hrobot-go v0.2.7
1313 golang.org/x/time v0.15.0
1414 k8s.io/api v0.36.3
@@ -67,7 +67,7 @@ require (
6767 github.com/prometheus/procfs v0.21.1 // indirect
6868 github.com/spf13/cobra v1.10.2 // indirect
6969 github.com/stoewer/go-strcase v1.3.0 // indirect
70- github.com/stretchr/objx v0.5.2 // indirect
70+ github.com/stretchr/objx v0.5.3 // indirect
7171 github.com/x448/float16 v0.8.4 // indirect
7272 go.etcd.io/etcd/api/v3 v3.6.8 // indirect
7373 go.etcd.io/etcd/client/pkg/v3 v3.6.8 // indirect
Original file line number Diff line number Diff line change @@ -211,12 +211,16 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
211211github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
212212github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
213213github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
214+ github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4 =
215+ github.com/stretchr/objx v0.5.3 /go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0 =
214216github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
215217github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
216218github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
217219github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
218220github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
219221github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
222+ github.com/stretchr/testify v1.12.0 h1:K6Mr6jO9JICuend/5xzTM03ydSV3vdNRYAdPSukj8uI =
223+ github.com/stretchr/testify v1.12.0 /go.mod h1:bOYBZb5qJ00vPzWfIqBUZPaxK8jWiXc6d3ErP4Ca9Gw =
220224github.com/syself/hrobot-go v0.2.7 h1:1TeFGifXnsAr0u2ZdbH88kazcqmuQHaKgM81p29XkQo =
221225github.com/syself/hrobot-go v0.2.7 /go.mod h1:Oy47yZs+fJKcSh38S3OiNJdY34MXb0pkk796UnpYBnc =
222226github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE =
You can’t perform that action at this time.
0 commit comments