Skip to content

Commit 77176be

Browse files
committed
Add migrations
1 parent bb39039 commit 77176be

File tree

5 files changed

+243
-1
lines changed

5 files changed

+243
-1
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ go 1.13
44

55
require (
66
github.com/dgrijalva/jwt-go v3.2.0+incompatible
7+
github.com/go-pg/migrations/v8 v8.0.1
8+
github.com/go-pg/pg/v10 v10.6.1
79
github.com/gofiber/fiber v1.14.6
810
github.com/gofiber/fiber/v2 v2.1.3
911
github.com/gofiber/jwt/v2 v2.0.1

0 commit comments

Comments
 (0)