mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
update examples deps before release
This commit is contained in:
@@ -3,7 +3,7 @@ module github.com/kataras/iris/_examples/logging/accesslog-slack
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
|
||||
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
|
||||
github.com/slack-go/slack v0.12.3
|
||||
)
|
||||
|
||||
@@ -45,9 +45,9 @@ require (
|
||||
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.17.0 // indirect
|
||||
golang.org/x/crypto v0.18.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
|
||||
golang.org/x/net v0.19.0 // indirect
|
||||
golang.org/x/net v0.20.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user