Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Make compatible with go modules #259

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 12, 2018

  1. Add support for vgo

    vladimiroff committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    7633731 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Suffix with v3 and unquote module name in go.mod

    As vgo requires from version v2.0.0 there's supposed to be a `/vX` in
    the module name. For users this means that they have to import jwt as
    `github.com/dgrijalva/jwt-go/v3`. Sub-package's name go after the
    version (e.g `github.com/dgrijalva/jwt-go/v3/request`).
    
    See: https://blog.golang.org/versioning-proposal
    
    At some point (CL: 105215) vgo started supporting and preferring
    unquoted strings in mod files. This change unquotes the module name.
    vladimiroff committed May 23, 2018
    Configuration menu
    Copy the full SHA
    5fda9a3 View commit details
    Browse the repository at this point in the history