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 26, 2018
1 parent f57c8cc commit 0f3901b
Show file tree
Hide file tree
Showing 15 changed files with 450 additions and 467 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ addons:
apt:
packages:
- upx-ucl

os:
- linux
# - osx

go:
- 1.9
- "1.10"
- "1.11"

env:
- GO111MODULE=on
>>>>>>> Migrate to go mod (#47)

before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
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 0f3901b

Please sign in to comment.