Przeglądaj źródła

fixed vgo dependency (not using vgo yet)

Pierre Curto 7 lat temu
rodzic
commit
816fbc099d
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {