diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:04:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 01:04:20 +0530 |
commit | e143dc8955de158365e193882cb1b881abaa2d94 (patch) | |
tree | af251368ac96fd9517932468ed29631371b4c106 /mal/user.go | |
parent | bd0da056a9f4c1246ad5a980b1c824b7382478cf (diff) |
migrating from MAL2Go v2 to v3
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 f6e9ce7..c720fa1 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/v2/user" + u "github.com/MikunoNaka/MAL2Go/v3/user" "fmt" "os" ) |