Skip to content

Commit

Permalink
use go modules
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Theel <tt@fino.digital>
  • Loading branch information
Tobias Theel committed Sep 2, 2021
1 parent 7aa7af5 commit b49d088
Show file tree
Hide file tree
Showing 100 changed files with 8,146 additions and 7,271 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-gopath/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
shell: bash
run: |
export GOPATH=$(go env GOPATH)
export PROJECT=$GOPATH/src/github.com/uber/jaeger-client-go
export PROJECT=$GOPATH/src/github.com/jaegertracing/jaeger-client-go/v3
mkdir -p $(dirname $PROJECT)
ln -s $(pwd) $PROJECT
# write to GH files to make vars available to later steps
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required

language: go
go_import_path: github.com/uber/jaeger-client-go
go_import_path: github.com/jaegertracing/jaeger-client-go/v3

dist: trusty

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ file for details.
This library uses [dep](https://golang.github.io/dep/) to manage dependencies.

To get started, make sure you clone the Git repository into the correct location
`github.com/uber/jaeger-client-go` relative to `$GOPATH`:
`github.com/jaegertracing/jaeger-client-go/v3` relative to `$GOPATH`:

```
mkdir -p $GOPATH/src/github.com/uber
Expand Down Expand Up @@ -55,7 +55,7 @@ import (
"github.com/uber/jaeger-lib/metrics"
"go.uber.org/zap"

"github.com/uber/jaeger-client-go/config"
"github.com/jaegertracing/jaeger-client-go/v3/config"
)
```

Expand Down
301 changes: 0 additions & 301 deletions Gopkg.lock

This file was deleted.

31 changes: 0 additions & 31 deletions Gopkg.toml

This file was deleted.

Loading

0 comments on commit b49d088

Please sign in to comment.