Browse Source

Merge branch 'master' into match-backwards

Klaus Post 6 years ago
parent
commit
9864383d23
3 changed files with 2 additions and 3 deletions
  1. 0 1
      .travis.yml
  2. 1 1
      cmd/lz4c/compress.go
  3. 1 1
      cmd/lz4c/uncompress.go

+ 0 - 1
.travis.yml

@@ -2,7 +2,6 @@ language: go
 
 env:
   - GO111MODULE=off
-  - GO111MODULE=on
 
 go:
   - 1.9.x

+ 1 - 1
cmd/lz4c/compress.go

@@ -7,7 +7,7 @@ import (
 	"os"
 
 	"code.cloudfoundry.org/bytefmt"
-	"github.com/schollz/progressbar/v2"
+	"github.com/schollz/progressbar"
 
 	"github.com/pierrec/cmdflag"
 	"github.com/pierrec/lz4"

+ 1 - 1
cmd/lz4c/uncompress.go

@@ -7,7 +7,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/schollz/progressbar/v2"
+	"github.com/schollz/progressbar"
 
 	"github.com/pierrec/cmdflag"
 	"github.com/pierrec/lz4"