chore(deps): Upgrade github.com/TwiN/g8 to v2.0.0

This commit is contained in:
TwiN
2023-04-22 12:55:30 -04:00
parent 4fdb55d632
commit 636688b43e
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import (
"encoding/base64"
"net/http"
"github.com/TwiN/g8"
g8 "github.com/TwiN/g8/v2"
"github.com/gorilla/mux"
"golang.org/x/crypto/bcrypt"
)