module app

go 1.15

require (
	github.com/kataras/iris/v12 master
	github.com/spf13/viper v1.3.2
)