iris/_examples/logging/rollbar/go.mod

9 lines
152 B
Modula-2
Raw Normal View History

2020-08-12 17:23:00 +02:00
module github.com/kataras/iris/examples/logging/rollbar
2021-10-31 10:49:39 +01:00
go 1.17
2020-08-12 17:23:00 +02:00
require (
github.com/kataras/iris/v12 master
2020-08-12 17:23:00 +02:00
github.com/rollbar/rollbar-go v1.2.0
)