revert use of go mod in chi v4

This commit is contained in:
Peter Kieltyka 2019-01-09 10:18:50 -05:00
parent 7ae401cf04
commit 6b6475598c
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ import (
"net/http"
jwt "github.com/dgrijalva/jwt-go"
"github.com/go-chi/chi/v4"
"github.com/go-chi/chi"
"github.com/go-chi/jwtauth"
)