Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
chore(dep) upgrading multi progress bar library
Browse files Browse the repository at this point in the history
  • Loading branch information
dadleyy committed Feb 25, 2018
1 parent e5e58fc commit 41e3da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GO=go

COMPILE=$(GO) build
LDFLAGS="-s -w"
BUILD_FLAGS=-x -v -ldflags $(LDFLAGS)
BUILD_FLAGS=-x -v -ldflags $(LDFLAGS) -a

GLIDE=glide
VENDOR_DIR=vendor
Expand Down
4 changes: 2 additions & 2 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: github.com/dadleyy/marlow
import:
- package: github.com/vbauerster/mpb
version: ^3.0.2
version: ^3.0.4
subpackages:
- decor
- cwriter
Expand Down

0 comments on commit 41e3da2

Please sign in to comment.