From 5e8d0e79660f959cf83048604f7c02d39f06e554 Mon Sep 17 00:00:00 2001 From: "Mr.L" Date: Wed, 15 Mar 2023 23:03:11 +0800 Subject: [PATCH] Update version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2385857..04b194e 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ package storage import ( "context" - "github.com/duxweb/go-storage/v1/drivers" + "github.com/duxweb/go-storage/drivers" "io" )