diff options
Diffstat (limited to 'mal/user.go')
-rw-r--r-- | mal/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mal/user.go b/mal/user.go index c720fa1..c271aab 100644 --- a/mal/user.go +++ b/mal/user.go @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. package mal import ( - u "github.com/MikunoNaka/MAL2Go/v3/user" + u "github.com/MikunoNaka/MAL2Go/v4/user" "fmt" "os" ) |