Skip to content

Commit

Permalink
vendor: remove vendoring by dep
Browse files Browse the repository at this point in the history
Firstly removing vendor/ and dep
which will be followed up by a change
switching to using modules. For now
this change enables Travis CI to build.
Could have actually just updated dependencies
using dep but that'd be an extra change and
we are already revamping this repository.

Also while here fix Stackdriver import path:
This is necessary to change to be bundled with removing
dep so that Travis CI can build as the Stackdriver
exporter was migrated to:
    "contrib.go.opencensus.io/exporter/stackdriver"

Updates #33
  • Loading branch information
odeke-em committed Sep 22, 2018
1 parent 61d8c04 commit 0aa9963
Show file tree
Hide file tree
Showing 982 changed files with 1 addition and 361,005 deletions.
261 changes: 0 additions & 261 deletions Gopkg.lock

This file was deleted.

58 changes: 0 additions & 58 deletions Gopkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/ocagent/exporter/stackdriver.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package exporter
import (
"log"

"go.opencensus.io/exporter/stackdriver"
"contrib.go.opencensus.io/exporter/stackdriver"
"go.opencensus.io/stats/view"
"go.opencensus.io/trace"
yaml "gopkg.in/yaml.v2"
Expand Down
23 changes: 0 additions & 23 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/cloud.google.com/go/AUTHORS

This file was deleted.

Loading

0 comments on commit 0aa9963

Please sign in to comment.