Skip to content

Commit ebbc2b3

Browse files
committed
Update to [email protected] (#287)
* Update to [email protected] * Regenerate tests/examples
1 parent 0acc341 commit ebbc2b3

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/posener/gitfs v1.2.1
1717
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
1818
github.com/stretchr/testify v1.9.0
19-
github.com/webrpc/gen-golang v0.14.7
19+
github.com/webrpc/gen-golang v0.14.8
2020
github.com/webrpc/gen-javascript v0.12.0
2121
github.com/webrpc/gen-kotlin v0.1.0
2222
github.com/webrpc/gen-openapi v0.13.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ github.com/webrpc/gen-golang v0.14.5 h1:edh096uAPovkTIPSWRXt+SDWfqBV/cfQijGmR3NU
127127
github.com/webrpc/gen-golang v0.14.5/go.mod h1:qy1qEWMlTvrRzjSuQLy+176RqNaX1ymUULDtlo7Dapo=
128128
github.com/webrpc/gen-golang v0.14.7 h1:vlxjhBwDHezbd0GdsQK7HQoMuWPmSa60t+g8sWw3lc0=
129129
github.com/webrpc/gen-golang v0.14.7/go.mod h1:qy1qEWMlTvrRzjSuQLy+176RqNaX1ymUULDtlo7Dapo=
130+
github.com/webrpc/gen-golang v0.14.8 h1:nIzRezd2Nidxz+Iwsv/anW/8POjwRJALgIJkO+NUaFo=
131+
github.com/webrpc/gen-golang v0.14.8/go.mod h1:qy1qEWMlTvrRzjSuQLy+176RqNaX1ymUULDtlo7Dapo=
130132
github.com/webrpc/gen-javascript v0.12.0 h1:yxcpLR7R4IVFGaK3Nqp1/KP1jz267J67MwRf+gNw/2Q=
131133
github.com/webrpc/gen-javascript v0.12.0/go.mod h1:5EhapSJgzbiWrIGlqzZN9Lg9mE9209wwX+Du2dgn4EU=
132134
github.com/webrpc/gen-kotlin v0.1.0 h1:tnlinqbDgowEoSy8E3VovTdP2OjyOIbgACCbahRjNcc=

tests/client/client.gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/server/server.gen.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)