This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77 - docker
88
99before_script :
10- - go get -v github.com /bblfsh/sdk/...
10+ - go get -v gopkg.in /bblfsh/sdk.v0 /...
1111 - bblfsh-sdk prepare-build .
1212 - go get -v -t ./...
1313
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com /bblfsh/sdk/protocol/driver"
4+ "gopkg.in /bblfsh/sdk.v0 /protocol/driver"
55
66 "github.com/bblfsh/python-driver/driver/normalizer"
77)
Original file line number Diff line number Diff line change 55
66 "github.com/bblfsh/python-driver/driver/normalizer/pyast"
77
8- . "github.com /bblfsh/sdk/uast"
9- . "github.com /bblfsh/sdk/uast/ann"
8+ . "gopkg.in /bblfsh/sdk.v0 /uast"
9+ . "gopkg.in /bblfsh/sdk.v0 /uast/ann"
1010)
1111
1212/*
Original file line number Diff line number Diff line change 66 "path/filepath"
77 "testing"
88
9- "github.com/bblfsh/sdk/uast"
109 "github.com/stretchr/testify/require"
10+ "gopkg.in/bblfsh/sdk.v0/uast"
1111)
1212
1313var (
Original file line number Diff line number Diff line change 11package normalizer
22
33import (
4- "github.com /bblfsh/sdk/protocol/driver"
5- "github.com /bblfsh/sdk/protocol/native"
4+ "gopkg.in /bblfsh/sdk.v0 /protocol/driver"
5+ "gopkg.in /bblfsh/sdk.v0 /protocol/native"
66)
77
88var ToNoder = & native.ObjectToNoder {
You can’t perform that action at this time.
0 commit comments