|
@@ -3,7 +3,7 @@ module beejay.kim/craft/api
|
|
|
go 1.20
|
|
|
|
|
|
require (
|
|
|
- github.com/gobuffalo/uuid v2.0.5+incompatible
|
|
|
+ github.com/gofrs/uuid v4.4.0+incompatible
|
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
|
github.com/labstack/echo-jwt/v4 v4.2.0
|
|
|
github.com/labstack/echo/v4 v4.11.1
|
|
@@ -13,7 +13,6 @@ require (
|
|
|
|
|
|
require (
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
- github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|