diff --git a/go.mod b/go.mod index 525b53b..d59662d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/casbin/casbin/v2 v2.23.0 github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible - github.com/gofiber/fiber/v2 v2.5.0 // indirect + github.com/gofiber/fiber/v2 v2.5.0 github.com/kr/pretty v0.2.1 // indirect github.com/stretchr/testify v1.7.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect