2020-08-12 17:23:00 +02:00
|
|
|
module github.com/kataras/iris/examples/logging/rollbar
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-08-21 19:53:45 +02:00
|
|
|
github.com/kataras/iris/v12 v12.1.9-0.20200821150921-95c3c2a9519f
|
2020-08-12 17:23:00 +02:00
|
|
|
github.com/rollbar/rollbar-go v1.2.0
|
|
|
|
)
|