Skip to content

Commit

Permalink
Migrate to go dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulin Chen committed Feb 14, 2018
1 parent 0517d71 commit 928b519
Show file tree
Hide file tree
Showing 77 changed files with 62 additions and 17,586 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
27 changes: 27 additions & 0 deletions Gopkg.lock

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

34 changes: 34 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"

[prune]
go-tests = true
unused-packages = true
6 changes: 0 additions & 6 deletions glide.lock

This file was deleted.

3 changes: 0 additions & 3 deletions glide.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/stretchr/testify/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/stretchr/testify/.travis.gofmt.sh

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/stretchr/testify/.travis.gogenerate.sh

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/stretchr/testify/.travis.govet.sh

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/stretchr/testify/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/stretchr/testify/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/stretchr/testify/Godeps/Readme

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/stretchr/testify/LICENCE.txt

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/stretchr/testify/LICENSE

This file was deleted.

Loading

0 comments on commit 928b519

Please sign in to comment.