module myapp

go 1.17

require (
	github.com/joho/godotenv v1.3.0
	github.com/kataras/iris/v12 master
	go.mongodb.org/mongo-driver v1.3.4
)