mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
add content negotiation feature, add context.ReadYAML and fix https://github.com/kataras/neffos/issues/1#issuecomment-515698536
Former-commit-id: 9753e3e45c7c24788b97814d3ecfb4b03f5ff414
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,6 +3,7 @@ module github.com/kataras/iris
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/kataras/neffos v0.0.9
|
||||
github.com/BurntSushi/toml v0.3.1
|
||||
github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible // indirect
|
||||
github.com/Joker/jade v1.0.1-0.20190614124447-d475f43051e7 // indirect
|
||||
@@ -20,7 +21,6 @@ require (
|
||||
github.com/iris-contrib/i18n v0.0.0-20171121225848-987a633949d0
|
||||
github.com/json-iterator/go v1.1.6
|
||||
github.com/kataras/golog v0.0.0-20190624001437-99c81de45f40
|
||||
github.com/kataras/neffos v0.0.8
|
||||
github.com/kataras/pio v0.0.0-20190103105442-ea782b38602d // indirect
|
||||
github.com/mediocregopher/radix/v3 v3.3.0
|
||||
github.com/microcosm-cc/bluemonday v1.0.2
|
||||
|
||||
Reference in New Issue
Block a user