-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix some deps vulnerabilities * update agent config * fix guava version * fix jackson dep * use android version for guava * fix jackson ver * fix jackson ver * fix shaded protobuf version
- Loading branch information
1 parent
8f4d68c
commit ebff47b
Showing
6 changed files
with
6 additions
and
9 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
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
Submodule proto
updated
17 files
+24 −0 | .github/workflows/static-analysis.yml | |
+4 −0 | ENV_VARS.md | |
+1 −1 | Makefile | |
+1 −1 | README.md | |
+10 −3 | gen/go/go.mod | |
+7 −9 | gen/go/go.sum | |
+292 −176 | gen/go/v1/config.pb.go | |
+43 −0 | gen/go/v1/config.pbloader.go | |
+1 −6 | go.mod | |
+0 −633 | go.sum | |
+18 −0 | proto/hypertrace/agent/config/v1/config.proto | |
+1 −1 | tools/env-vars-generator/go.mod | |
+0 −2 | tools/env-vars-generator/go.sum | |
+1 −1 | tools/env-vars-generator/protobuf | |
+1 −1 | tools/go-generator/cmd/generator/_protobuf | |
+7 −1 | tools/go-generator/cmd/generator/go.mod | |
+2 −1 | tools/go-generator/cmd/generator/go.sum |
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