module github.com/kataras/iris/examples/logging/rollbar
go 1.15
require (
github.com/kataras/iris/v12 master
github.com/rollbar/rollbar-go v1.2.0
)