-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from k1LoW/support-go1.11
Support Go 1.11.x
- Loading branch information
Showing
4 changed files
with
261 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
module github.com/k1LoW/tbls | ||
|
||
require ( | ||
github.com/Songmu/ghch v0.3.0 // indirect | ||
github.com/Songmu/goxz v0.1.1 // indirect | ||
github.com/Songmu/retry v0.1.0 // indirect | ||
github.com/go-sql-driver/mysql v1.4.0 | ||
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 // indirect | ||
github.com/google/go-github v17.0.0+incompatible // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/hashicorp/go-version v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 | ||
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15 | ||
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect | ||
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84 | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mattn/go-runewidth v0.0.2 | ||
github.com/mattn/go-sqlite3 v1.9.0 | ||
github.com/mholt/archiver v3.0.1+incompatible // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286 // indirect | ||
github.com/nwaples/rardecode v1.0.0 // indirect | ||
github.com/pkg/errors v0.8.0 | ||
github.com/sergi/go-diff v1.0.0 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.1 | ||
github.com/tcnksm/ghr v0.12.0 // indirect | ||
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e // indirect | ||
github.com/ulikunitz/xz v0.5.5 // indirect | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
github.com/xo/dburl v0.0.0-20180616042004-cd61869a0c08 | ||
github.com/xo/usql v0.7.0 // indirect | ||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect | ||
golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect | ||
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
golang.org/x/tools v0.0.0-20181113033837-a8570e12b662 // indirect | ||
google.golang.org/appengine v1.1.0 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |
Oops, something went wrong.