Skip to content

Commit

Permalink
fix csrf go.mod parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Dec 19, 2019
1 parent e40600e commit 78279b7
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion casbin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.13

require (
github.com/casbin/casbin/v2 v2.1.0
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
)
2 changes: 1 addition & 1 deletion cloudwatch/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/iris-contrib/middleware/cloudwatch

go 1.13

require github.com/kataras/iris/v12 v12.1.1
require github.com/kataras/iris/v12 v12.1.2
2 changes: 1 addition & 1 deletion cors/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/iris-contrib/middleware/cors

go 1.13

require github.com/kataras/iris/v12 v12.1.1
require github.com/kataras/iris/v12 v12.1.2
3 changes: 2 additions & 1 deletion csrf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ go 1.13

require (
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
)
2 changes: 1 addition & 1 deletion go-i18n/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/BurntSushi/toml v0.3.1
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
Expand Down
2 changes: 1 addition & 1 deletion jwt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/iris-contrib/middleware/jwt
go 1.13

require (
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
)
2 changes: 1 addition & 1 deletion newrelic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/iris-contrib/middleware/newrelic

go 1.13

require github.com/kataras/iris/v12 v12.1.1
require github.com/kataras/iris/v12 v12.1.2
2 changes: 1 addition & 1 deletion permissionbolt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/iris-contrib/middleware/permissionbolt

go 1.13

require github.com/kataras/iris/v12 v12.1.1
require github.com/kataras/iris/v12 v12.1.2
2 changes: 1 addition & 1 deletion prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/iris-contrib/middleware/prometheus
go 1.13

require (
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
github.com/prometheus/client_golang v1.2.1 // indirect
)
2 changes: 1 addition & 1 deletion raven/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/iris-contrib/middleware/raven

go 1.13

require github.com/kataras/iris/v12 v12.1.1
require github.com/kataras/iris/v12 v12.1.2
2 changes: 1 addition & 1 deletion secure/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module github.com/iris-contrib/middleware/secure
go 1.13

require (
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
)
2 changes: 1 addition & 1 deletion tollboothic/_examples/limit-handler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/didip/tollbooth v4.0.2+incompatible
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)
2 changes: 1 addition & 1 deletion tollboothic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/didip/tollbooth v4.0.2+incompatible // indirect
github.com/kataras/iris/v12 v12.1.1
github.com/kataras/iris/v12 v12.1.2
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)

0 comments on commit 78279b7

Please sign in to comment.