Skip to content

Commit

Permalink
runtime adjustment (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Edwards authored Sep 2, 2023
1 parent e32a1eb commit ac28d98
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 @@ -16,7 +16,7 @@ require (
github.com/go-git/go-git/v5 v5.6.1
github.com/google/go-github/v52 v52.0.0
github.com/hashicorp/vault/api v1.9.0
github.com/kubefirst/runtime v0.3.15
github.com/kubefirst/runtime v0.3.16
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 @@ -731,8 +731,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.15 h1:eeylQuMaY6YlXwQEgBBpVlv9aWV1m55w4OXn2VBP6UE=
github.com/kubefirst/runtime v0.3.15/go.mod h1:NUa8VcB99UKEwVUvhdCfiuEYQI44XfGFV2pBtX8YnVo=
github.com/kubefirst/runtime v0.3.16 h1:NtWlpUxBe70jVsP8uKI3VFHpBSTupEOiXoN93PMRj/8=
github.com/kubefirst/runtime v0.3.16/go.mod h1:NUa8VcB99UKEwVUvhdCfiuEYQI44XfGFV2pBtX8YnVo=
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 ac28d98

Please sign in to comment.