module github.com/kevinmidboe/planetposen-mail go 1.19 require ( github.com/gorilla/mux v1.8.0 github.com/joho/godotenv v1.4.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/opentracing/opentracing-go v1.2.0 github.com/sirupsen/logrus v1.9.0 ) require golang.org/x/sys v0.2.0 // indirect