Skip to content

Commit

Permalink
Change glide to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Aug 8, 2018
1 parent 62f3140 commit f44de6e
Show file tree
Hide file tree
Showing 7,445 changed files with 80,809 additions and 2,203,941 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats iputils-ping
- go get github.com/golang/dep/...

install:
- $GOPATH/bin/dep ensure
- go get github.com/golang/lint/golint
- go get github.com/Masterminds/glide

before_script:
- go vet .
- golint . | xargs -r false

script:
- glide install
- go test -v $($GOPATH/bin/glide novendor)
- go test -v
- go build
- bats tests/acceptanceIPv4.bats
- bats tests/acceptanceIPv6.bats
Expand Down
186 changes: 186 additions & 0 deletions Gopkg.lock

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

51 changes: 51 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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

ignored = ["bytes"]

[[constraint]]
branch = "master"
name = "github.com/MakeNowJust/heredoc"

[[constraint]]
name = "github.com/containernetworking/plugins"
version = "0.7.2"

[[constraint]]
name = "github.com/docker/docker"
branch = "master"

[[constraint]]
branch = "master"
name = "github.com/mattn/go-getopt"

[[constraint]]
name = "github.com/vishvananda/netlink"
version = "1.0.0"

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

This file was deleted.

17 changes: 0 additions & 17 deletions glide.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/MakeNowJust/heredoc/.circleci/config.yml

This file was deleted.

Loading

0 comments on commit f44de6e

Please sign in to comment.