Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 207 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 207 Bytes

Updating Dependencies

Make sure the repo exists in your GOPATH under:

$GOPATH/src/github.com/knative/observability

From here run:

GO111MODULE=on go mod vendor
git submodule update