Skip to content

Commit

Permalink
build: use go mod instead of 'dep' in windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 6, 2020
1 parent fec0bf0 commit bc0a4fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ coverage.txt
.vscode

# Dependencies
vendor
pact
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ install:
- set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
- go version
- go env
# Fetch dependencies using `dep`
- go get github.com/golang/dep/cmd/dep
- dep ensure -v -vendor-only

build: false
deploy: false
Expand Down

0 comments on commit bc0a4fd

Please sign in to comment.