-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-20 include custom extension in VectorForWord
fixes #20
- Loading branch information
Showing
6 changed files
with
97 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.12 | ||
FROM golang:1.13 | ||
WORKDIR /testfiles | ||
COPY go.mod go.sum ./ | ||
RUN go mod download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
module github.com/semi-technologies/contextionary/test/journey | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/semi-technologies/contextionary v0.0.0-20190529072917-5791db3de20f79fca2dc96e72e18e5e9eb5e7954 | ||
github.com/stretchr/testify v1.3.0 | ||
google.golang.org/grpc v1.21.0 | ||
github.com/semi-technologies/contextionary v0.0.0-20200108103649-8f26e727d5ec | ||
github.com/stretchr/testify v1.4.0 | ||
google.golang.org/grpc v1.24.0 | ||
) | ||
|
||
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0 |
Oops, something went wrong.