1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00
Former-commit-id: fd3ef788ff4696e8a7f3d0d2cf11be4532abdf3f
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-11-10 23:46:01 +02:00
parent 7608873e70
commit d766bf9f65
7 changed files with 10 additions and 10 deletions

2
go.mod
View File

@@ -44,6 +44,7 @@ require (
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
@@ -63,6 +64,5 @@ require (
golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
gopkg.in/ini.v1 v1.38.3 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/russross/blackfriday.v2 v2.0.1+incompatible
gopkg.in/yaml.v2 v2.2.1
)