Browse Source

fixed vgo dependency (not using vgo yet)

Pierre Curto 7 years ago
parent
commit
816fbc099d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lz4c/main.go

+ 1 - 1
lz4c/main.go

@@ -14,7 +14,7 @@ import (
 	"strings"
 	"strings"
 
 
 	"github.com/pierrec/lz4"
 	"github.com/pierrec/lz4"
-	profile "v/github.com/pkg/profile@v1.2.1"
+	"github.com/pkg/profile"
 )
 )
 
 
 func main() {
 func main() {