Skip to content

Commit 4204fa5

Browse files
authored
Merge pull request #258 from gethinode/develop
fix: update to mod-utils/v5
2 parents 8b7d4e1 + eb97ca7 commit 4204fa5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
source = 'data'
1919
target = 'data'
2020
[[module.imports]]
21-
path = "github.com/gethinode/mod-utils/v4"
21+
path = "github.com/gethinode/mod-utils/v5"
2222

2323
[params.modules.lottie]
2424
integration = "optional"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
module github.com/gethinode/mod-lottie
1+
module github.com/gethinode/mod-lottie/v2
22

33
go 1.19
44

55
require (
66
github.com/airbnb/lottie-web v5.13.0+incompatible // indirect
7-
github.com/gethinode/mod-utils/v4 v4.21.5 // indirect
7+
github.com/gethinode/mod-utils/v5 v5.0.0 // indirect
88
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ github.com/gethinode/mod-utils/v4 v4.21.3 h1:F6pyHbgGzL1FGEV66j8T4hDg3a80cJ/PgPs
102102
github.com/gethinode/mod-utils/v4 v4.21.3/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
103103
github.com/gethinode/mod-utils/v4 v4.21.5 h1:X3dxeBGDpFCsFcqk21l6eWtUYYGIQcExvHnlOQnvR04=
104104
github.com/gethinode/mod-utils/v4 v4.21.5/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
105+
github.com/gethinode/mod-utils/v5 v5.0.0 h1:iF8FtgzQu9BW7R94sJ77gltSZO2QkAv60EMNvtTSpIA=
106+
github.com/gethinode/mod-utils/v5 v5.0.0/go.mod h1:PwQN4oOjA6k/vet11JueJ9asZMgL0DBa3jyS9tPkBWU=

0 commit comments

Comments
 (0)