Skip to content

Commit dbcd4dd

Browse files
authored
update webrpc dep (#97)
1 parent eb05695 commit dbcd4dd

File tree

8 files changed

+30
-18
lines changed

8 files changed

+30
-18
lines changed

_examples/golang-basics/example.gen.go

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/golang-basics/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ require (
5353
github.com/spf13/cast v1.10.0 // indirect
5454
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
5555
github.com/webrpc/gen-dart v0.1.1 // indirect
56-
github.com/webrpc/gen-golang v0.22.1 // indirect
56+
github.com/webrpc/gen-golang v0.22.2 // indirect
5757
github.com/webrpc/gen-javascript v0.13.0 // indirect
5858
github.com/webrpc/gen-kotlin v0.1.0 // indirect
5959
github.com/webrpc/gen-openapi v0.16.3 // indirect
6060
github.com/webrpc/gen-typescript v0.20.2 // indirect
61-
github.com/webrpc/webrpc v0.28.2 // indirect
61+
github.com/webrpc/webrpc v0.29.0 // indirect
6262
github.com/xanzy/ssh-agent v0.3.3 // indirect
6363
golang.org/x/arch v0.1.0 // indirect
6464
golang.org/x/crypto v0.41.0 // indirect

_examples/golang-basics/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS
224224
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
225225
github.com/webrpc/gen-dart v0.1.1 h1:PZh5oNNdA84Qxu8ixKDf1cT8Iv6t0g7x6q9aeX1bti4=
226226
github.com/webrpc/gen-dart v0.1.1/go.mod h1:yq0ThW3ANNulJLyR50jx1aZMEVBDp19VUHucK65ayPs=
227-
github.com/webrpc/gen-golang v0.22.1 h1:qWOdXH/3X9A+ElVPBcdDrjzWxpf8LdoI2nnjxJSax2E=
228-
github.com/webrpc/gen-golang v0.22.1/go.mod h1:t8tIVL/AQhaMteA31xNbzWUrumiMXc7OcKmnNALpnAM=
227+
github.com/webrpc/gen-golang v0.22.2 h1:nqQlA/HisFpQyLq9TYG1DTM9w0++dwcO0SAFSgaI6qM=
228+
github.com/webrpc/gen-golang v0.22.2/go.mod h1:t8tIVL/AQhaMteA31xNbzWUrumiMXc7OcKmnNALpnAM=
229229
github.com/webrpc/gen-javascript v0.13.0 h1:tw7U1xueUjZz3cQAAA4/DZ90BHydkQKiJC4VXd/j2hg=
230230
github.com/webrpc/gen-javascript v0.13.0/go.mod h1:5EhapSJgzbiWrIGlqzZN9Lg9mE9209wwX+Du2dgn4EU=
231231
github.com/webrpc/gen-kotlin v0.1.0 h1:tnlinqbDgowEoSy8E3VovTdP2OjyOIbgACCbahRjNcc=
@@ -234,6 +234,8 @@ github.com/webrpc/gen-openapi v0.16.3 h1:Gwj1Wxdqu+jLsVd+JeUuvf92JyLTZ/nMNcSwVpd
234234
github.com/webrpc/gen-openapi v0.16.3/go.mod h1:fwY3ylZmdiCr+WXjR8Ek8wm08CFRr2/GaXI7Zd/Ou4Y=
235235
github.com/webrpc/gen-typescript v0.20.2 h1:FUoraPOQWLL70gSQGYFkuelxUhVSqI7LmmA45CaAbDE=
236236
github.com/webrpc/gen-typescript v0.20.2/go.mod h1:XDW2lL0Ft7Mdf12wcj8STdvuV24k2L/vGY49Ag2M4Lw=
237+
github.com/webrpc/webrpc v0.29.0 h1:BEbiVt9+D8fuO+pazDATxAI/Xv8DPU+gATGlVOQufpg=
238+
github.com/webrpc/webrpc v0.29.0/go.mod h1:CbakUGryLYf/xqLP59wjkP4TleMOjyCNlPJYmVzIhUY=
237239
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
238240
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
239241
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

_examples/golang-imports/api.gen.go

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/golang-imports/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ require (
4646
github.com/skeema/knownhosts v1.3.1 // indirect
4747
github.com/spf13/cast v1.10.0 // indirect
4848
github.com/webrpc/gen-dart v0.1.1 // indirect
49-
github.com/webrpc/gen-golang v0.21.0 // indirect
49+
github.com/webrpc/gen-golang v0.22.2 // indirect
5050
github.com/webrpc/gen-javascript v0.13.0 // indirect
5151
github.com/webrpc/gen-kotlin v0.1.0 // indirect
5252
github.com/webrpc/gen-openapi v0.16.3 // indirect
53-
github.com/webrpc/gen-typescript v0.19.0 // indirect
54-
github.com/webrpc/webrpc v0.28.2 // indirect
53+
github.com/webrpc/gen-typescript v0.20.2 // indirect
54+
github.com/webrpc/webrpc v0.29.0 // indirect
5555
github.com/xanzy/ssh-agent v0.3.3 // indirect
5656
golang.org/x/crypto v0.41.0 // indirect
5757
golang.org/x/mod v0.27.0 // indirect

_examples/golang-imports/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,18 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
213213
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
214214
github.com/webrpc/gen-dart v0.1.1 h1:PZh5oNNdA84Qxu8ixKDf1cT8Iv6t0g7x6q9aeX1bti4=
215215
github.com/webrpc/gen-dart v0.1.1/go.mod h1:yq0ThW3ANNulJLyR50jx1aZMEVBDp19VUHucK65ayPs=
216-
github.com/webrpc/gen-golang v0.21.0 h1:eQuv7x7nZQfT9zFyAOE6d2dc2zT+znOlelsy8LnGRn0=
217-
github.com/webrpc/gen-golang v0.21.0/go.mod h1:t8tIVL/AQhaMteA31xNbzWUrumiMXc7OcKmnNALpnAM=
216+
github.com/webrpc/gen-golang v0.22.2 h1:nqQlA/HisFpQyLq9TYG1DTM9w0++dwcO0SAFSgaI6qM=
217+
github.com/webrpc/gen-golang v0.22.2/go.mod h1:t8tIVL/AQhaMteA31xNbzWUrumiMXc7OcKmnNALpnAM=
218218
github.com/webrpc/gen-javascript v0.13.0 h1:tw7U1xueUjZz3cQAAA4/DZ90BHydkQKiJC4VXd/j2hg=
219219
github.com/webrpc/gen-javascript v0.13.0/go.mod h1:5EhapSJgzbiWrIGlqzZN9Lg9mE9209wwX+Du2dgn4EU=
220220
github.com/webrpc/gen-kotlin v0.1.0 h1:tnlinqbDgowEoSy8E3VovTdP2OjyOIbgACCbahRjNcc=
221221
github.com/webrpc/gen-kotlin v0.1.0/go.mod h1:PIPys9Gn1Ro7q7uoacydEX8CtqBlAJSV98A++tdj4ak=
222222
github.com/webrpc/gen-openapi v0.16.3 h1:Gwj1Wxdqu+jLsVd+JeUuvf92JyLTZ/nMNcSwVpdqEWs=
223223
github.com/webrpc/gen-openapi v0.16.3/go.mod h1:fwY3ylZmdiCr+WXjR8Ek8wm08CFRr2/GaXI7Zd/Ou4Y=
224-
github.com/webrpc/gen-typescript v0.19.0 h1:apV8DsHAVzyOG4i45I93/YQeDXsy/fBPqFSV6CjWSWM=
225-
github.com/webrpc/gen-typescript v0.19.0/go.mod h1:xQzYnVaSMfcygDXA5SuW8eYyCLHBHkj15wCF7gcJF5Y=
226-
github.com/webrpc/webrpc v0.28.2 h1:bZ9TynaCGN78qvVhLBdp5b/2VstW1siBx9ZXMQOQiGs=
227-
github.com/webrpc/webrpc v0.28.2/go.mod h1:I9Byizulr4xeAgSdT4TxpWVKxN7qyzkjDITbpMIOEZk=
224+
github.com/webrpc/gen-typescript v0.20.2 h1:FUoraPOQWLL70gSQGYFkuelxUhVSqI7LmmA45CaAbDE=
225+
github.com/webrpc/gen-typescript v0.20.2/go.mod h1:XDW2lL0Ft7Mdf12wcj8STdvuV24k2L/vGY49Ag2M4Lw=
226+
github.com/webrpc/webrpc v0.29.0 h1:BEbiVt9+D8fuO+pazDATxAI/Xv8DPU+gATGlVOQufpg=
227+
github.com/webrpc/webrpc v0.29.0/go.mod h1:CbakUGryLYf/xqLP59wjkP4TleMOjyCNlPJYmVzIhUY=
228228
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
229229
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
230230
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/webrpc/gen-golang
22

3-
go 1.22
3+
go 1.23.12

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)