Skip to content

Commit ced3527

Browse files
committed
update go.mod
1 parent 76d5f6f commit ced3527

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/tidwall/pretty v1.2.1 // indirect
7777
github.com/tidwall/sjson v1.2.5 // indirect
7878
github.com/traefik/yaegi v0.16.1 // indirect
79-
github.com/universal-tool-calling-protocol/go-utcp v1.10.4 // indirect
79+
github.com/universal-tool-calling-protocol/go-utcp v1.10.5 // indirect
8080
github.com/wlynxg/anet v0.0.3 // indirect
8181
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
8282
github.com/xdg-go/scram v1.1.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ github.com/universal-tool-calling-protocol/go-utcp v1.10.3 h1:UaovWAEpugIkW52i3O
228228
github.com/universal-tool-calling-protocol/go-utcp v1.10.3/go.mod h1:cUtuDZi5YOJsZEqfjt1tb9rgmFL03vLI+OWthuDrkT8=
229229
github.com/universal-tool-calling-protocol/go-utcp v1.10.4 h1:DfLDTmRl1II5c2O/R+2nmQW7My2ocyDeGtCRF92m1pM=
230230
github.com/universal-tool-calling-protocol/go-utcp v1.10.4/go.mod h1:cUtuDZi5YOJsZEqfjt1tb9rgmFL03vLI+OWthuDrkT8=
231+
github.com/universal-tool-calling-protocol/go-utcp v1.10.5 h1:CvXZN69gonvAMFN+X/KzghkkHqks0rEenhPsvQIiJLM=
232+
github.com/universal-tool-calling-protocol/go-utcp v1.10.5/go.mod h1:p5Zgy88cE0q/3gRMKId6QRlYX5nQI54Fn94YtRkA+1U=
231233
github.com/wlynxg/anet v0.0.3 h1:PvR53psxFXstc12jelG6f1Lv4MWqE0tI76/hHGjh9rg=
232234
github.com/wlynxg/anet v0.0.3/go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA=
233235
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=

0 commit comments

Comments
 (0)