Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ go 1.13
require (
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/aviddiviner/gin-limit v0.0.0-20170918012823-43b5f79762c1
github.com/gin-gonic/gin v1.5.0
github.com/gin-gonic/gin v1.9.0
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/jinzhu/gorm v1.9.11
github.com/kr/pretty v0.1.0 // indirect
github.com/prometheus/client_golang v1.3.0
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/ugorji/go v1.1.7 // indirect
github.com/zsais/go-gin-prometheus v0.1.0
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/crypto v0.5.0
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)
Loading