Skip to content

Commit

Permalink
Remove duplicate graceful package
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Mar 28, 2018
1 parent 50e3c42 commit 74a7175
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions glide.lock

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

3 changes: 0 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ import:
- package: github.com/stretchr/objx
version: 1a9d0bb9f541897e62256577b352fdbc1fb4fd94
repo: https://github.com/stretchr/objx
- package: github.com/tylerb/graceful
version: 7116c7a8115899e80197cd9e0b97998c0f97ed8e
repo: https://github.com/tylerb/graceful
- package: github.com/valyala/bytebufferpool
version: e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7
repo: https://github.com/valyala/bytebufferpool
Expand Down
2 changes: 1 addition & 1 deletion support/http/server/chi-router.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

"github.com/go-chi/chi"
"github.com/stellar/go/support/log"
"github.com/tylerb/graceful"
"golang.org/x/net/http2"
"gopkg.in/tylerb/graceful.v1"
)

// TLSConfig specifies the TLS portion of a config
Expand Down

0 comments on commit 74a7175

Please sign in to comment.