Преглед изворни кода

fixed vgo dependency (not using vgo yet)

Pierre Curto пре 8 година
родитељ
комит
816fbc099d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lz4c/main.go

+ 1 - 1
lz4c/main.go

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