Upgrading vendor folder dependencies.
This commit is contained in:
parent
4a0cbcd770
commit
acbe9ad9e5
229 changed files with 10735 additions and 4528 deletions
8
vendor/git.apache.org/thrift.git/tutorial/go/Makefile.am
generated
vendored
8
vendor/git.apache.org/thrift.git/tutorial/go/Makefile.am
generated
vendored
|
@ -22,15 +22,15 @@ gen-go/tutorial/calculator.go gen-go/shared/shared_service.go: $(top_srcdir)/tut
|
|||
|
||||
all-local: gen-go/tutorial/calculator.go
|
||||
|
||||
check: src/git.apache.org/thrift.git/lib/go/thrift thirdparty-dep
|
||||
check: src/github.com/apache/thrift/lib/go/thrift thirdparty-dep
|
||||
$(THRIFT) -r --gen go$(COMPILER_EXTRAFLAG) $(top_srcdir)/tutorial/tutorial.thrift
|
||||
cp -r gen-go/* src/
|
||||
GOPATH=`pwd` $(GO) build -o go-tutorial ./src
|
||||
GOPATH=`pwd` $(GO) build -o calculator-remote src/tutorial/calculator-remote/calculator-remote.go
|
||||
|
||||
src/git.apache.org/thrift.git/lib/go/thrift:
|
||||
mkdir -p src/git.apache.org/thrift.git/lib/go
|
||||
ln -sf $(realpath $(top_srcdir)/lib/go/thrift) src/git.apache.org/thrift.git/lib/go/thrift
|
||||
src/github.com/apache/thrift/lib/go/thrift:
|
||||
mkdir -p src/github.com/apache/thrift/lib/go
|
||||
ln -sf $(realpath $(top_srcdir)/lib/go/thrift) src/github.com/apache/thrift/lib/go/thrift
|
||||
|
||||
thirdparty-dep:
|
||||
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/go/src/client.go
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/go/src/client.go
generated
vendored
|
@ -25,7 +25,7 @@ import (
|
|||
"fmt"
|
||||
"tutorial"
|
||||
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
"github.com/apache/thrift/lib/go/thrift"
|
||||
)
|
||||
|
||||
var defaultCtx = context.Background()
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/go/src/main.go
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/go/src/main.go
generated
vendored
|
@ -22,7 +22,7 @@ package main
|
|||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
"github.com/apache/thrift/lib/go/thrift"
|
||||
"os"
|
||||
)
|
||||
|
||||
|
|
2
vendor/git.apache.org/thrift.git/tutorial/go/src/server.go
generated
vendored
2
vendor/git.apache.org/thrift.git/tutorial/go/src/server.go
generated
vendored
|
@ -22,7 +22,7 @@ package main
|
|||
import (
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
"git.apache.org/thrift.git/lib/go/thrift"
|
||||
"github.com/apache/thrift/lib/go/thrift"
|
||||
"tutorial"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue