Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Change import path for test file
Browse files Browse the repository at this point in the history
Change import path for negroni and graceful (using gopkg.in).
  • Loading branch information
Louis Andris committed Jun 12, 2016
1 parent 8417735 commit 7dd3ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.go
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"sync"

"github.com/codegangsta/negroni"
"github.com/tylerb/graceful"
"github.com/urfave/negroni"
"gopkg.in/tylerb/graceful.v1"
)

func main() {
Expand Down

0 comments on commit 7dd3ff9

Please sign in to comment.