Skip to content

Commit

Permalink
fix: update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
claywd committed Sep 23, 2023
1 parent 433f2cd commit 7816a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/google/go-github/v52 v52.0.0
github.com/hashicorp/vault/api v1.9.0
github.com/joho/godotenv v1.5.1
github.com/kubefirst/runtime v0.3.21
github.com/kubefirst/runtime v0.3.22
github.com/minio/minio-go/v7 v7.0.49
github.com/rs/zerolog v1.29.0
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubefirst/runtime v0.3.21 h1:sjZY3Mb2D5Lw4namDymGYUZ3AspSnCKORsh7Ha6KiqU=
github.com/kubefirst/runtime v0.3.21/go.mod h1:q9GkYqn/QPR7daUqhEuk50/IeFybTAYftuJVcBW2StI=
github.com/kubefirst/runtime v0.3.22 h1:CK3CxoE16RIGvYr+0pwd+BI0bPXlx8RnnFWsHzsNxVo=
github.com/kubefirst/runtime v0.3.22/go.mod h1:q9GkYqn/QPR7daUqhEuk50/IeFybTAYftuJVcBW2StI=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w=
github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=
Expand Down

0 comments on commit 7816a6d

Please sign in to comment.