Remove github.com/rubenv/sql-migrate and gopkg.in/yaml.v1

sql-migrate was only imported by some management tool for
v.io/x/playground and that hasn't been used in a while.

yaml.v1 was a dependency of sql-migrate.

Removing them both now (yaml.v1 tests fail with Go 1.6 and
I doubt it will be fixed since yaml.v2 exists now). Besides,
Ivan thinks he can get rid of these dependencies from the playground
code so there isn't a good reason to keep these libraries in our
repository at this time.

Change-Id: If1fb655bf40162d5f917c50e9307364b435b058f
49 files changed
tree: b15b2e12e92900bb1528bcbbd19b8c818b03e54e
  1. csrc/
  2. go/
  3. java/
  4. nacl_sdk/
  5. .gitignore
  6. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.