Skip to content

Commit 2f441c4

Browse files
chore(deps): bump github.com/linuxsuren/go-fake-runtime (#686)
Bumps [github.com/linuxsuren/go-fake-runtime](https://github.com/linuxsuren/go-fake-runtime) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/linuxsuren/go-fake-runtime/releases) - [Commits](LinuxSuRen/go-fake-runtime@v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: github.com/linuxsuren/go-fake-runtime dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfea35d commit 2f441c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/linuxsuren/api-testing
22

3-
go 1.22.4
3+
go 1.23
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3
@@ -19,7 +19,7 @@ require (
1919
github.com/h2non/gock v1.2.0
2020
github.com/invopop/jsonschema v0.7.0
2121
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
2323
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161
2424
github.com/linuxsuren/unstructured v0.0.1
2525
github.com/prometheus/client_golang v1.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
121121
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
122122
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
123123
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=
126126
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161 h1:dSL/ah6zaRGqH3FW0ogtMjP6xCFXX5NsgWJTaNIofI4=
127127
github.com/linuxsuren/go-service v0.0.0-20231225060426-efabcd3a5161/go.mod h1:QX22v61PxpOfJa4Xug8qzGTbPjclDZFx2j1PlGLknJw=
128128
github.com/linuxsuren/http-downloader v0.0.99 h1:fEu+HkHdYeLM932c7IfmuaDJqWxVU5sIEnS/Aln8h9o=

0 commit comments

Comments
 (0)