File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
csv-to-knowledge-graph/modus Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ module modus
2
2
3
3
go 1.23.1
4
4
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
9
6
10
7
require (
8
+ github.com/tidwall/gjson v1.18.0 // indirect
11
9
github.com/tidwall/match v1.1.1 // indirect
12
10
github.com/tidwall/pretty v1.2.1 // indirect
13
11
github.com/tidwall/sjson v1.2.5 // indirect
Original file line number Diff line number Diff line change 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 =
3
3
github.com/tidwall/gjson v1.14.2 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
4
4
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY =
5
5
github.com/tidwall/gjson v1.18.0 /go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk =
You can’t perform that action at this time.
0 commit comments