Skip to content

Commit 3ef736c

Browse files
build(deps): bump github.com/plexusone/assistantkit
Bumps [github.com/plexusone/assistantkit](https://github.com/plexusone/assistantkit) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/plexusone/assistantkit/releases) - [Changelog](https://github.com/plexusone/assistantkit/blob/main/CHANGELOG.md) - [Commits](plexusone/assistantkit@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: github.com/plexusone/assistantkit dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32f6204 commit 3ef736c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/grokify/mogo v0.74.6
99
github.com/invopop/jsonschema v0.14.0
1010
github.com/modelcontextprotocol/go-sdk v1.6.1
11-
github.com/plexusone/assistantkit v0.12.0
11+
github.com/plexusone/assistantkit v0.13.0
1212
github.com/plexusone/omniskill v0.9.0
1313
github.com/plexusone/structured-evaluation v0.8.0
1414
github.com/spf13/cobra v1.10.2
@@ -76,7 +76,7 @@ require (
7676
github.com/yuin/goldmark v1.8.2 // indirect
7777
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
7878
go.uber.org/multierr v1.11.0 // indirect
79-
go.yaml.in/yaml/v4 v4.0.0-rc.5 // indirect
79+
go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect
8080
golang.ngrok.com/muxado/v2 v2.0.1 // indirect
8181
golang.ngrok.com/ngrok v1.13.0 // indirect
8282
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ github.com/pb33f/ordered-map/v2 v2.3.1 h1:5319HDO0aw4DA4gzi+zv4FXU9UlSs3xGZ40wcP
142142
github.com/pb33f/ordered-map/v2 v2.3.1/go.mod h1:qxFQgd0PkVUtOMCkTapqotNgzRhMPL7VvaHKbd1HnmQ=
143143
github.com/pb33f/testify v0.1.0 h1:g48/HDU/jn2COspS4nM0scptxiKTJ4DnbX/4ehK6IZ8=
144144
github.com/pb33f/testify v0.1.0/go.mod h1:nq283P/jJ8hXMmdhAqfj7BJIz0y+6IOHj9q0044rKt4=
145-
github.com/plexusone/assistantkit v0.12.0 h1:hgSWC4IQrqKls4LoIcCHU+/cPOcMb1ZRKR3V0rqDL6E=
146-
github.com/plexusone/assistantkit v0.12.0/go.mod h1:wi8K+HRqIBBQyQ+a9nrjkw8iUeOjw03Ga4riCR1LULQ=
145+
github.com/plexusone/assistantkit v0.13.0 h1:o72MfEsi5NK6ymlvWbxGYl2vNXSBgv8TmCkP8N52N9Y=
146+
github.com/plexusone/assistantkit v0.13.0/go.mod h1:aqBPbh0TLGRassIp2vkuq3I6EZKlI5M+Lq4aZQLngiQ=
147147
github.com/plexusone/omniskill v0.9.0 h1:QrOyJ2BWIpYcaW8lTtYxHQUWmLUq4+nAcW9CJ5OImm4=
148148
github.com/plexusone/omniskill v0.9.0/go.mod h1:L0MW5av6S0EkgGByFMwDmTJBy/7h8ourBmQ5xxM2vQI=
149149
github.com/plexusone/structured-evaluation v0.8.0 h1:dfXXp26ZzvaQaAaY27jh/OYB9J0TrTN7s9IfU8DqS1w=
@@ -188,8 +188,8 @@ github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc/go.m
188188
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
189189
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
190190
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
191-
go.yaml.in/yaml/v4 v4.0.0-rc.5 h1:JVliQq9EGOYaTgMi+k8BhUJyqcGk4ZqeuiN1Cirba9c=
192-
go.yaml.in/yaml/v4 v4.0.0-rc.5/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
191+
go.yaml.in/yaml/v4 v4.0.0-rc.6 h1:1h7H1ohdUh93/FyE4YaDa1Zh64K6VVbjF4K6WUxMtH4=
192+
go.yaml.in/yaml/v4 v4.0.0-rc.6/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
193193
golang.ngrok.com/muxado/v2 v2.0.1 h1:jM9i6Pom6GGmnPrHKNR6OJRrUoHFkSZlJ3/S0zqdVpY=
194194
golang.ngrok.com/muxado/v2 v2.0.1/go.mod h1:wzxJYX4xiAtmwumzL+QsukVwFRXmPNv86vB8RPpOxyM=
195195
golang.ngrok.com/ngrok v1.13.0 h1:6SeOS+DAeIaHlkDmNH5waFHv0xjlavOV3wml0Z59/8k=

0 commit comments

Comments
 (0)