Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion module/tasks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.6.0
github.com/mattn/anko v0.1.10
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.11.0
github.com/swaros/contxt/module/awaitgroup v0.4.0
github.com/swaros/contxt/module/configure v0.0.0-20240808085138-b2135233cb1c
github.com/swaros/contxt/module/ctxout v0.0.0-20240808085138-b2135233cb1c
Expand Down
4 changes: 2 additions & 2 deletions module/tasks/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/swaros/contxt/module/awaitgroup v0.4.0 h1:id/5Zc4GTGjnfU5rW4134PxpW563HHc8ASSWLiKeJB8=
github.com/swaros/contxt/module/awaitgroup v0.4.0/go.mod h1:JbVRzT4ND6Jjd6HXrTmcH2jS7RBv03XIrVzPYk/4+Zw=
github.com/swaros/contxt/module/configure v0.0.0-20240808085138-b2135233cb1c h1:CDaqG5mXysHqVJnRKCpfT4H1aWnLQHaIqWKGqvkSZN4=
Expand Down
Loading