Skip to content

Commit

Permalink
Remove golang.org/x/net/context
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Yip committed Feb 20, 2018
1 parent d7c52da commit 98ae761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package gin

import (
"bytes"
"context"
"errors"
"fmt"
"html/template"
Expand All @@ -17,7 +18,6 @@ import (
"time"

"github.com/stretchr/testify/assert"
"golang.org/x/net/context"
)

var _ context.Context = &Context{}
Expand Down
6 changes: 1 addition & 5 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ import:
- package: golang.org/x/crypto
subpackages:
- acme/autocert
version: adbae1b6b6fb4b02448a0fc0dbbc9ba2b95b294d
- package: golang.org/x/net
subpackages:
- context
version: 1c05540f6879653db88113bc4a2b70aec4bd491f
version: adbae1b6b6fb4b02448a0fc0dbbc9ba2b95b294d\
- package: golang.org/x/sys
subpackages:
- unix
Expand Down

0 comments on commit 98ae761

Please sign in to comment.