Update go dependencies
This commit is contained in:
parent
14a9e9f3fa
commit
14f4a7b8e8
1349 changed files with 128369 additions and 32627 deletions
9
vendor/go.opencensus.io/CONTRIBUTING.md
generated
vendored
9
vendor/go.opencensus.io/CONTRIBUTING.md
generated
vendored
|
|
@ -41,7 +41,8 @@ git remote add fork git@github.com:YOUR_GITHUB_USERNAME/opencensus-go.git
|
|||
Run tests:
|
||||
|
||||
```
|
||||
$ go test ./...
|
||||
$ make install-tools # Only first time.
|
||||
$ make
|
||||
```
|
||||
|
||||
Checkout a new branch, make modifications and push the branch to your fork:
|
||||
|
|
@ -54,3 +55,9 @@ $ git push fork feature
|
|||
```
|
||||
|
||||
Open a pull request against the main opencensus-go repo.
|
||||
|
||||
## General Notes
|
||||
This project uses Appveyor and Travis for CI.
|
||||
|
||||
The dependencies are managed with `go mod` if you work with the sources under your
|
||||
`$GOPATH` you need to set the environment variable `GO111MODULE=on`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue