fleet/glide.yaml
Zachary Wasserman 35806f1442 Separate tables from data migrations (#745)
This PR separates the table migrations from the data population migrations. Table migrations run before data migrations.

Now, we have the ability to create the database tables without populating them with data. This can be useful for running "unit" tests against a MySQL store that doesn't have any pre-populated data. When performing real migrations, or for more "integration" style testing, the data migrations can also be executed.

Note there are some special cases that must be observed with these migrations, and the README is updated to reflect those.
2017-01-05 09:27:56 -08:00

63 lines
1.9 KiB
YAML

package: github.com/kolide/kolide-ose
import:
- package: github.com/alecthomas/template
version: a0175ee3bccc567396460bf5acd36800cb10c49c
subpackages:
- parse
- package: github.com/alecthomas/units
version: 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a
- package: github.com/dgrijalva/jwt-go
version: 01aeca54ebda6e0fbfafd0a524d234159c05ec20
- package: github.com/go-sql-driver/mysql
version: 3654d25ec346ee8ce71a68431025458d52a38ac0
- package: github.com/golang/protobuf
version: c3cefd437628a0b7d31b34fe44b3a7a540e98527
subpackages:
- proto
- package: github.com/pmezard/go-difflib
version: ~1.0.0
subpackages:
- difflib
- package: golang.org/x/crypto
version: bc89c496413265e715159bdc8478ee9a92fdc265
subpackages:
- bcrypt
- blowfish
- package: golang.org/x/net
version: 4d38db76854b199960801a1734443fd02870d7e1
subpackages:
- context
- package: golang.org/x/sys
version: a646d33e2ee3172a661fc09bca23bb4889a41bc8
subpackages:
- unix
- package: gopkg.in/alecthomas/kingpin.v2
version: ~2.2.0
- package: gopkg.in/go-playground/validator.v8
version: ~8.18.1
- package: gopkg.in/yaml.v2
version: e4d366fc3c7938e2958e662b4258c7a89e1f0e3e
- package: github.com/elazarl/go-bindata-assetfs
- package: github.com/jordan-wright/email
version: fd703108daeb23d77c124d12978e9b6c4f28f034
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
- package: github.com/spf13/cast
- package: gopkg.in/natefinch/lumberjack.v2
version: v2.0
- package: github.com/golang/mock
- package: github.com/WatchBeam/clock
- package: github.com/prometheus/client_golang
version: ~0.8.0
subpackages:
- prometheus
- package: github.com/patrickmn/sortutil
- package: github.com/stretchr/testify
version: ^1.1.4
- package: github.com/garyburd/redigo
version: ^1.0.0
subpackages:
- redis
- package: github.com/jmoiron/sqlx
- package: github.com/kolide/goose