1 2 3 4 5 6 7 8 9
module {{name}} go 1.22 require ( github.com/labstack/echo/v4 v4.13.0{{#if auth}} github.com/golang-jwt/jwt/v5 v5.2.1{{/if}}{{#if billing}} github.com/stripe/stripe-go/v81 v81.1.0{{/if}} )