mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 21:15:56 +00:00
update deps
This commit is contained in:
@@ -2,11 +2,9 @@ module github.com/kataras/iris/v12/_examples/view/templ
|
||||
|
||||
go 1.21
|
||||
|
||||
replace github.com/kataras/iris/v12 => ../../../
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.2.476
|
||||
github.com/kataras/iris/v12 v12.2.9-0.20231212220110-7ffe4010b957
|
||||
github.com/kataras/iris/v12 v12.2.9-0.20231219101735-f5a4c9347bfe
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -20,8 +18,8 @@ require (
|
||||
github.com/fatih/structs v1.1.0 // indirect
|
||||
github.com/flosch/pongo2/v4 v4.0.2 // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
|
||||
github.com/google/uuid v1.4.0 // indirect
|
||||
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd // indirect
|
||||
github.com/google/uuid v1.5.0 // indirect
|
||||
github.com/gorilla/css v1.0.0 // indirect
|
||||
github.com/iris-contrib/schema v0.0.6 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
@@ -37,13 +35,13 @@ require (
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
|
||||
github.com/sirupsen/logrus v1.8.1 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.20.9 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.7.6 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.20.10 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.7.7 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
github.com/yosssi/ace v0.0.5 // indirect
|
||||
golang.org/x/crypto v0.16.0 // indirect
|
||||
golang.org/x/crypto v0.17.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
||||
golang.org/x/net v0.19.0 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user