module github.com/ordinary-dev/phoenix go 1.22 require ( github.com/golang-jwt/jwt/v5 v5.2.1 github.com/joho/godotenv v1.5.1 github.com/kelseyhightower/envconfig v1.4.0 github.com/mattn/go-sqlite3 v1.14.22 github.com/sirupsen/logrus v1.9.3 golang.org/x/crypto v0.21.0 ) require ( github.com/stretchr/testify v1.8.3 // indirect golang.org/x/sys v0.18.0 // indirect )