Skip to content

Commit c6e3f22

Browse files
chore(deps): Update module github.com/hypermodeinc/modus/sdk/go to v0.18.0
1 parent e7fc1e0 commit c6e3f22

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

csv-to-knowledge-graph/modus/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ module modus
22

33
go 1.23.1
44

5-
require (
6-
github.com/hypermodeinc/modus/sdk/go v0.17.3
7-
github.com/tidwall/gjson v1.18.0
8-
)
5+
require github.com/hypermodeinc/modus/sdk/go v0.18.0
96

107
require (
8+
github.com/tidwall/gjson v1.18.0 // indirect
119
github.com/tidwall/match v1.1.1 // indirect
1210
github.com/tidwall/pretty v1.2.1 // indirect
1311
github.com/tidwall/sjson v1.2.5 // indirect

csv-to-knowledge-graph/modus/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/hypermodeinc/modus/sdk/go v0.17.3 h1:iYU9WK4IzkFriD6SJFGvjNCM4J2v8Y63UJJVTiOS4Vs=
2-
github.com/hypermodeinc/modus/sdk/go v0.17.3/go.mod h1:gQPr9DHa+DiW7xXafIrsybWBajr7VywPXvTTjdXI58w=
1+
github.com/hypermodeinc/modus/sdk/go v0.18.0 h1:I4fh5l1kiNislGiNnuknmDMDeL7fXA70lJww1vsB/N4=
2+
github.com/hypermodeinc/modus/sdk/go v0.18.0/go.mod h1:mIHmDGQb2UDCT/9McFbHp3jdvv07EIyeGtqHOCVVkqo=
33
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
44
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
55
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=

0 commit comments

Comments
 (0)