Skip to content

Commit

Permalink
Migrate to go mod (#47)
Browse files Browse the repository at this point in the history
* Migrate to go mod

* update dev-deps

* Update deps and dev-deps

make update-dev-deps
make update-deps

* Don't update dependency during build has they are vendored

* ...

* Use tip not master

* disable tip

* Activate go 1.10

* Disable go 1.10
  • Loading branch information
sapk committed Nov 16, 2018
1 parent 2f3b14e commit 77a620a
Show file tree
Hide file tree
Showing 15 changed files with 452 additions and 469 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ addons:
apt:
packages:
- upx-ucl

os:
- linux
# - osx

go:
- "1.9"
- "1.10"
- "tip"
# - "1.10.x"
- "1.11.x"
# - "tip"

env:
- GO111MODULE=on

before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Expand All @@ -19,6 +27,7 @@ before_install:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo apt-get -y install docker-ce glusterfs-client

install:
- make dev-deps

Expand Down
188 changes: 0 additions & 188 deletions Gopkg.lock

This file was deleted.

46 changes: 0 additions & 46 deletions Gopkg.toml

This file was deleted.

Loading

0 comments on commit 77a620a

Please sign in to comment.