Skip to content

Commit

Permalink
Fixed imports
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Sep 28, 2016
1 parent ef584ad commit 4de38c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
"sync"
"time"

"rsc.io/letsencrypt"
"github.com/rsc/letsencrypt"

"golang.org/x/net/context"
"golang.org/x/net/websocket"
Expand Down
16 changes: 7 additions & 9 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import:
- package: github.com/stretchr/testify
subpackages:
- assert
- package: github.com/valyala/fasthttp
- package: github.com/valyala/fasttemplate
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/tylerb/graceful.v1
- package: rsc.io/letsencrypt
- package: github.com/rsc/letsencrypt

0 comments on commit 4de38c0

Please sign in to comment.