-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from filmil/update-to-goapp-v9
- Loading branch information
Showing
17 changed files
with
615 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Allows temporary user settings to be placed here. From | ||
# https://bazel.build/configure/best-practices#bazelrc-file | ||
try-import %workspace%/user.bazelrc | ||
|
||
build --cxxopt=-std=c++14 | ||
build --host_cxxopt=-std=c++14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
module github.com/grahamjenson/bazel-golang-wasm-proto | ||
|
||
go 1.20 | ||
|
||
require ( | ||
github.com/lyft/protoc-gen-star v0.4.14 | ||
github.com/maxence-charriere/go-app/v6 v6.2.0 | ||
google.golang.org/grpc v1.27.1 | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/lyft/protoc-gen-star v0.6.2 | ||
github.com/maxence-charriere/go-app/v9 v9.7.3 | ||
google.golang.org/grpc v1.57.0 | ||
) | ||
|
||
go 1.13 | ||
require ( | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/spf13/afero v1.3.3 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.