GitHub / dcarbone / mysql-diff
Little utility to help produce a diff between two mysql schemas
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Fmysql-diff
PURL: pkg:github/dcarbone/mysql-diff
Stars: 4
Forks: 1
Open issues: 0
License: None
Language: Go
Size: 53.7 KB
Dependencies parsed at:
29
Created at: over 1 year ago
Updated at: 2 months ago
Pushed at: 2 months ago
Last synced at: 13 days ago
Funding Links https://github.com/sponsors/dcarbone
go.mod
go
- github.com/cpuguy83/go-md2man/v2 v2.0.3
- github.com/go-sql-driver/mysql v1.7.1
- github.com/jedib0t/go-pretty/v6 v6.4.9
- github.com/mattn/go-runewidth v0.0.13
- github.com/rivo/uniseg v0.2.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/urfave/cli/v2 v2.27.1
- github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e
- golang.org/x/sys v0.1.0
go.sum
go
- github.com/cpuguy83/go-md2man/v2 v2.0.3
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/go-sql-driver/mysql v1.7.1
- github.com/jedib0t/go-pretty/v6 v6.4.9
- github.com/mattn/go-runewidth v0.0.13
- github.com/pkg/profile v1.6.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/rivo/uniseg v0.2.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.7.4
- github.com/urfave/cli/v2 v2.27.1
- github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e
- golang.org/x/sys v0.1.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1