Skip to content

Commit f73248a

Browse files
fix(deps): update module github.com/stevenle/topsort to v2
1 parent 8723113 commit f73248a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/stevenle/topsort v0.2.0
11+
github.com/stevenle/topsort/v2 v2.0.0
1112
github.com/stretchr/testify v1.10.0
1213
golang.org/x/sync v0.11.0
1314
gopkg.in/yaml.v2 v2.4.0

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
2929
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
3030
github.com/stevenle/topsort v0.2.0 h1:LLWgtp34HPX6/RBDRS0kElVxGOTzGBLI1lSAa5Lb46k=
3131
github.com/stevenle/topsort v0.2.0/go.mod h1:ck2WG2/ZrOr6dLApQ/5Xrqy5wv3T0qhKYWE7r9tkibc=
32+
github.com/stevenle/topsort/v2 v2.0.0/go.mod h1:jJroXd7AzElgIph4Dj+kaSyRvPoMxr7RoT2J2wOvW4E=
3233
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3334
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
3435
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=

0 commit comments

Comments
 (0)