Skip to content

Commit 4e85e4c

Browse files
committed
update go.mod
1 parent 1c2d489 commit 4e85e4c

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.1 // indirect
79+
github.com/universal-tool-calling-protocol/go-utcp v1.10.3 // 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
@@ -224,6 +224,8 @@ github.com/universal-tool-calling-protocol/go-utcp v1.10.0 h1:4+7Ju0JludtHFHqf3m
224224
github.com/universal-tool-calling-protocol/go-utcp v1.10.0/go.mod h1:cUtuDZi5YOJsZEqfjt1tb9rgmFL03vLI+OWthuDrkT8=
225225
github.com/universal-tool-calling-protocol/go-utcp v1.10.1 h1:pz7JN4TiKh31F8Ft1fK0jVauqDcl6LjpJKjiZ5TiT+M=
226226
github.com/universal-tool-calling-protocol/go-utcp v1.10.1/go.mod h1:cUtuDZi5YOJsZEqfjt1tb9rgmFL03vLI+OWthuDrkT8=
227+
github.com/universal-tool-calling-protocol/go-utcp v1.10.3 h1:UaovWAEpugIkW52i3OdoLR0v2cu/Vk46Kmq9G5B3kEg=
228+
github.com/universal-tool-calling-protocol/go-utcp v1.10.3/go.mod h1:cUtuDZi5YOJsZEqfjt1tb9rgmFL03vLI+OWthuDrkT8=
227229
github.com/wlynxg/anet v0.0.3 h1:PvR53psxFXstc12jelG6f1Lv4MWqE0tI76/hHGjh9rg=
228230
github.com/wlynxg/anet v0.0.3/go.mod h1:eay5PRQr7fIVAMbTbchTnO9gG65Hg/uYGdc7mguHxoA=
229231
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=

0 commit comments

Comments
 (0)