File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/linuxsuren/api-testing
2
2
3
- go 1.22.4
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.2.3
@@ -19,7 +19,7 @@ require (
19
19
github.com/h2non/gock v1.2.0
20
20
github.com/invopop/jsonschema v0.7.0
21
21
github.com/jhump/protoreflect v1.15.3
22
- github.com/linuxsuren/go-fake-runtime v0.0.4
22
+ github.com/linuxsuren/go-fake-runtime v0.0.5
23
23
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161
24
24
github.com/linuxsuren/unstructured v0.0.1
25
25
github.com/prometheus/client_golang v1.19.0
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
121
121
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
122
122
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
123
123
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
124
- github.com/linuxsuren/go-fake-runtime v0.0.4 h1:y+tvBuw6MKTCav8Bo5HWwaXhBx1Z//VAvqI3gpOWqvw =
125
- github.com/linuxsuren/go-fake-runtime v0.0.4 /go.mod h1:zmh6J78hSnWZo68faMA2eKOdaEp8eFbERHi3ZB9xHCQ =
124
+ github.com/linuxsuren/go-fake-runtime v0.0.5 h1:x1qvuGMfly3L4BTwx6Hq5oUcuf/1u0kSVPzQylHHpwI =
125
+ github.com/linuxsuren/go-fake-runtime v0.0.5 /go.mod h1:hlE6bZp76N3YPDsKi5YKOf1XmcJy4rvf8EtkTLYRYLw =
126
126
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161 h1:dSL/ah6zaRGqH3FW0ogtMjP6xCFXX5NsgWJTaNIofI4 =
127
127
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161 /go.mod h1:QX22v61PxpOfJa4Xug8qzGTbPjclDZFx2j1PlGLknJw =
128
128
github.com/linuxsuren/http-downloader v0.0.99 h1:fEu+HkHdYeLM932c7IfmuaDJqWxVU5sIEnS/Aln8h9o =
You can’t perform that action at this time.
0 commit comments