Merge pull request #326 from prymitive/renovate/github.com-gin-contrib-cors-digest

chore(deps): update github.com/gin-contrib/cors commit hash to 7c641a7
This commit is contained in:
Łukasz Mierzwa
2018-12-23 11:24:44 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636
github.com/gin-contrib/cors v0.0.0-20181223094636-7c641a7a7dc5
github.com/gin-contrib/gzip v0.0.0-20181105040055-d9117ce29a07
github.com/gin-contrib/static v0.0.0-20180827025113-8cbcdde04781
github.com/gin-gonic/contrib v0.0.0-20181101072842-54170a7b0b4b

1
go.sum
View File

@@ -25,6 +25,7 @@ github.com/getsentry/raven-go v0.2.0 h1:no+xWJRb5ZI7eE8TWgIq1jLulQiIoLG0IfYxv5JY
github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ=
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636 h1:oGgJA7DJphAc81EMHZ+2G7Ai2xyg5eoq7bbqzCsiWFc=
github.com/gin-contrib/cors v0.0.0-20170318125340-cf4846e6a636/go.mod h1:cw+u9IsAkC16e42NtYYVCLsHYXE98nB3M7Dr9mLSeH4=
github.com/gin-contrib/cors v0.0.0-20181223094636-7c641a7a7dc5/go.mod h1:cw+u9IsAkC16e42NtYYVCLsHYXE98nB3M7Dr9mLSeH4=
github.com/gin-contrib/gzip v0.0.0-20181105040055-d9117ce29a07 h1:JvT9X9GVkqtUrIM41BsC7wlnTyZ7QAYERN7x3a+Idek=
github.com/gin-contrib/gzip v0.0.0-20181105040055-d9117ce29a07/go.mod h1:Iw1jLht8y5t9ZN91Qt/XzlT18He4kT9+LpFJkj4H/vY=
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 h1:AzN37oI0cOS+cougNAV9szl6CVoj2RYwzS3DpUQNtlY=