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/MicahParks/keyfunc/v3 v3.8.0
99 github.com/golang-jwt/jwt/v5 v5.3.1
1010 github.com/redis/go-redis/v9 v9.18.0
11- github.com/stuttgart-things/homerun-library/v3 v3.0.5
11+ github.com/stuttgart-things/homerun-library/v3 v3.1.0
1212)
1313
1414require (
@@ -130,7 +130,7 @@ require (
130130 github.com/huandu/xstrings v1.3.3 // indirect
131131 github.com/imdario/mergo v0.3.13 // indirect
132132 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
133- github.com/jedib0t/go-pretty/v6 v6.7.8 // indirect
133+ github.com/jedib0t/go-pretty/v6 v6.7.9 // indirect
134134 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
135135 github.com/kevinburke/ssh_config v1.2.0 // indirect
136136 github.com/klauspost/compress v1.18.2 // indirect
Original file line number Diff line number Diff line change @@ -347,6 +347,8 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOl
347347github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 /go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo =
348348github.com/jedib0t/go-pretty/v6 v6.7.8 h1:BVYrDy5DPBA3Qn9ICT+PokP9cvCv1KaHv2i+Hc8sr5o =
349349github.com/jedib0t/go-pretty/v6 v6.7.8 /go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU =
350+ github.com/jedib0t/go-pretty/v6 v6.7.9 h1:frarzQWmkZd97syT81+TH8INKPpzoxQnk+Mk5EIHSrM =
351+ github.com/jedib0t/go-pretty/v6 v6.7.9 /go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU =
350352github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs =
351353github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 /go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8 =
352354github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
@@ -521,6 +523,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
521523github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
522524github.com/stuttgart-things/homerun-library/v3 v3.0.5 h1:CCyYh4Xm46lvywZ1FOSLNCv3fM7MtD10mXjNYZYElsQ =
523525github.com/stuttgart-things/homerun-library/v3 v3.0.5 /go.mod h1:VFH9uHuQK/p2KeraVx9VM//H1vfY+RoqHKXVI78nwcs =
526+ github.com/stuttgart-things/homerun-library/v3 v3.1.0 h1:7LrVvNeohX24WyG565hwZA6DZMTJC2MRzbyW5eWC9Ls =
527+ github.com/stuttgart-things/homerun-library/v3 v3.1.0 /go.mod h1:2Ol0sGq0p46OxtQ70CxoSLEc9N/mXn1/oVQykA/l+zE =
524528github.com/stuttgart-things/redisqueue v0.0.0-20230628084515-1d31f7874df7 h1:nVooDvBYhBPQysVjbvWP3S1CQgmNG/Vovt+ahmv9Cas =
525529github.com/stuttgart-things/redisqueue v0.0.0-20230628084515-1d31f7874df7 /go.mod h1:RhH+7myjNLGs/BFeYO5U7ekmM7OsymsIOUN/DkewR3g =
526530github.com/stuttgart-things/sthingsBase v0.1.41 h1:0aRlEqYilwaJAl9lqv17ZxXXtYAwONw4Rk0X/SLJ+BI =
You can’t perform that action at this time.
0 commit comments