File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11package oauth1
22
33import (
4+ "context"
45 "errors"
56 "fmt"
67 "io/ioutil"
78 "net/http"
89 "net/url"
9-
10- "golang.org/x/net/context"
1110)
1211
1312const (
Original file line number Diff line number Diff line change 11package oauth1
22
33import (
4+ "context"
45 "net/http"
56 "net/http/httptest"
67 "net/url"
78 "testing"
89
910 "github.com/stretchr/testify/assert"
10- "golang.org/x/net/context"
1111)
1212
1313const expectedVerifier = "some_verifier"
Original file line number Diff line number Diff line change 11package oauth1
22
33import (
4+ "context"
45 "net/http"
5-
6- "golang.org/x/net/context"
76)
87
98type contextKey struct {}
Original file line number Diff line number Diff line change 11package oauth1
22
33import (
4+ "context"
45 "net/http"
56 "testing"
67
78 "github.com/stretchr/testify/assert"
8- "golang.org/x/net/context"
99)
1010
1111func TestContextTransport (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments