module github.com/vulnbank/demo go 1.21 // VulnBank - Intentionally Vulnerable Demo Application // DO NOT USE IN PRODUCTION - Contains security vulnerabilities for testing require ( github.com/golang-jwt/jwt/v5 v5.0.0 github.com/gorilla/mux v1.8.0 )