Skip to content

Commit

Permalink
add back go.work and run make proto
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Dec 21, 2023
1 parent e63f1ef commit c9bcc93
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
go 1.21

use (
./
./tools
)
2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
2 changes: 1 addition & 1 deletion proto/clients/builder.gen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
// quota-control v0.1.0 68f5ab4006d4f62ee702164c50901f5000551709
// --
// Code generated by webrpc-gen@v0.14.0-dev with [email protected] generator. DO NOT EDIT.
// Code generated by webrpc-gen@v0.13.0-dev with [email protected] generator. DO NOT EDIT.
//
// webrpc-gen -schema=proto.ridl [email protected] -client -out=./clients/builder.gen.ts

Expand Down
2 changes: 1 addition & 1 deletion proto/proto.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.20
go 1.21

require github.com/webrpc/webrpc v0.13.0

Expand Down

0 comments on commit c9bcc93

Please sign in to comment.