Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

docs: add go-vitess dependency information #544

Merged
merged 2 commits into from
Nov 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ To install it, run:
go get gopkg.in/src-d/go-mysql-server.v0
```

## Dependencies

This version of `go-mysql-server` is compatible with version `v1.1.0` of `gopkg.in/src-d/go-vitess.v1`. You can use a dependency manager like [go 1.11 modules](https://github.com/golang/go/wiki/Modules) or [go dep](https://github.com/golang/dep) to fix the version. Alternatively you can download the specific version to your `GOPATH`:

* go 1.11 modules:

```
go mod edit -require gopkg.in/src-d/go-mysql-server.v0@v0.1.1 -require gopkg.in/src-d/go-vitess.v1@v1.1.0
```

* go dep:

```
dep ensure -v -add gopkg.in/src-d/go-mysql-server.v0@v0.1.1 gopkg.in/src-d/go-vitess.v1/mysql@ac2d481a3c59a3f203727d92dbb5e1f9ac54e5b4
```

* no dependency manager:

```
go get gopkg.in/src-d/go-vitess.v1
cd $GOPATH/src/gopkg.in/src-d/go-vitess.v1
git checkout v1.1.0
cd -
```

## Documentation

* [go-mysql-server godoc](https://godoc.org/github.com/src-d/go-mysql-server)
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy