Skip to content

Commit

Permalink
Merge pull request #100 from abeaumont/fix/remove-srcd-works-dependency
Browse files Browse the repository at this point in the history
dependencies: Remove usage of srcd.works
  • Loading branch information
abeaumont authored Sep 13, 2017
2 parents e29d536 + 0d4c9ea commit 9fc311a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmd/bblfsh/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/Sirupsen/logrus"
"google.golang.org/grpc"
"gopkg.in/bblfsh/sdk.v0/protocol"
"srcd.works/go-errors.v0"
"gopkg.in/src-d/go-errors.v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/bblfsh/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"strconv"

"github.com/Sirupsen/logrus"
"gopkg.in/src-d/go-errors.v0"
"gopkg.in/src-d/go-errors.v1"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion cmd/bblfsh/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/bblfsh/server/runtime"

"github.com/Sirupsen/logrus"
"srcd.works/go-errors.v0"
"gopkg.in/src-d/go-errors.v1"
)

var (
Expand Down
12 changes: 6 additions & 6 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ import:
version: ^0.2.1
- package: gopkg.in/src-d/enry.v1
version: ^1.3.0
- package: gopkg.in/src-d/go-errors.v0
version: 6f07baca276330431b44ece8ee84ac98167bc4ea
- package: srcd.works/go-errors.v0
version: 6f07baca276330431b44ece8ee84ac98167bc4ea
- package: gopkg.in/src-d/go-errors.v1
version: ^1.0.0
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"google.golang.org/grpc"
"gopkg.in/bblfsh/sdk.v0/protocol"
"gopkg.in/bblfsh/sdk.v0/uast"
"gopkg.in/src-d/go-errors.v0"
"gopkg.in/src-d/go-errors.v1"
)

const (
Expand Down

0 comments on commit 9fc311a

Please sign in to comment.