Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change from glide to dep #5355

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
349d6d8
change golide to dep
zhexuany Dec 10, 2017
c990025
update make file
zhexuany Dec 10, 2017
2ac3a42
update Makefile
zhexuany Dec 10, 2017
e1d04d8
delete all *_test.go files
zhexuany Dec 10, 2017
c5f8e80
update vendor again
zhexuany Dec 10, 2017
a7fbd3d
add a clean vendor script
zhexuany Dec 10, 2017
d437692
updaate makefile
zhexuany Dec 11, 2017
0e423fb
add go get dep
zhexuany Dec 11, 2017
40d3dc7
testing
zhexuany Dec 11, 2017
c6a3a24
ignore vendor
zhexuany Dec 11, 2017
29843e6
add dep ensure in build
zhexuany Dec 11, 2017
e6db429
trying to fix jekins failure
zhexuany Dec 11, 2017
e6a45b0
add prune section
zhexuany Dec 11, 2017
7630270
keep all license files
zhexuany Dec 11, 2017
559b2d5
use go get to get binary dep
zhexuany Dec 11, 2017
5b181f3
update Makefile
zhexuany Dec 11, 2017
50e5eed
add go middleware dependency
zhexuany Dec 15, 2017
f5b7c48
resolve conflicts
zhexuany Jan 3, 2018
c4457e6
update Gopkg files
zhexuany Jan 3, 2018
1e9bb0f
update vendor
zhexuany Jan 4, 2018
e7e8856
Merge branch 'master' into change_from_glide_to_dep
zhexuany Jan 4, 2018
cb9c83c
update Gopkg
zhexuany Jan 4, 2018
234c348
update vndor
zhexuany Jan 4, 2018
8588bbb
update gopkg files
zhexuany Jan 4, 2018
542c081
Merge branch 'change_from_glide_to_dep' of github.com:zhexuany/tidb i…
zhexuany Jan 4, 2018
a60965e
update Gopkg file
zhexuany Jan 4, 2018
44f3a20
update Gopkg
zhexuany Jan 4, 2018
49961fa
update travis
zhexuany Jan 4, 2018
99c2717
update travis file
zhexuany Jan 4, 2018
dace272
update travis file
zhexuany Jan 4, 2018
609db62
update travis
zhexuany Jan 4, 2018
4120d34
resolve make file conflict
zhexuany Jan 4, 2018
b092079
add tags
zhexuany Jan 4, 2018
a9637dd
update travis file
zhexuany Jan 4, 2018
4f68f47
update Gopkg files
zhexuany Jan 4, 2018
3da763c
delete logrus
zhexuany Jan 4, 2018
9eaa50d
add logrus back
zhexuany Jan 4, 2018
bbac2c5
add logrus back
zhexuany Jan 4, 2018
a09a636
update dep
zhexuany Jan 4, 2018
fcf59c8
update Gopkg.lock
zhexuany Jan 4, 2018
e351871
remove dependencies
zhexuany Jan 4, 2018
eaff60b
add sys back
zhexuany Jan 4, 2018
001614a
add assembly code back
zhexuany Jan 4, 2018
ddbb03f
delete dep ensure at travis file
zhexuany Jan 4, 2018
b6d0766
update script file
zhexuany Jan 4, 2018
e7835a6
update vendor again
zhexuany Jan 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ before_install:
- sudo touch /logs/unit-test
# See https://github.com/golang/go/issues/12933
- bash gitcookie.sh

script:
- make dev
392 changes: 392 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading