Skip to content

Commit 648be31

Browse files
authored
Merge pull request #101 from Shopify/seb-remove-oauth
Remove oauth package
2 parents 7de4b3b + 3c93c77 commit 648be31

21 files changed

+1
-1083
lines changed

go.mod

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@ module github.com/Shopify/goose
33
go 1.13
44

55
require (
6-
cloud.google.com/go v0.52.0 // indirect
76
github.com/DataDog/datadog-go v3.4.0+incompatible
87
github.com/bitly/go-simplejson v0.5.0
98
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
109
github.com/bugsnag/bugsnag-go v1.5.3
1110
github.com/bugsnag/panicwrap v1.2.0
1211
github.com/gofrs/uuid v3.2.0+incompatible // indirect
13-
github.com/golang/protobuf v1.3.3 // indirect
14-
github.com/google/go-github v17.0.0+incompatible
15-
github.com/google/go-querystring v1.0.0 // indirect
1612
github.com/google/pprof v0.0.0-20200210173600-2827a3cc57bf
1713
github.com/gorilla/mux v1.7.3
18-
github.com/gorilla/securecookie v1.1.1
19-
github.com/gorilla/sessions v1.2.0
2014
github.com/imdario/mergo v0.3.8
2115
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
2216
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
@@ -28,9 +22,9 @@ require (
2822
github.com/stretchr/objx v0.2.0 // indirect
2923
github.com/stretchr/testify v1.5.1
3024
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
31-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3225
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
3326
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
27+
golang.org/x/text v0.3.2 // indirect
3428
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3529
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
3630
gopkg.in/yaml.v2 v2.2.8 // indirect

go.sum

Lines changed: 0 additions & 170 deletions
Large diffs are not rendered by default.

oauth/authenticator.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

oauth/authorizer.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

oauth/doc.go

Lines changed: 0 additions & 17 deletions
This file was deleted.

oauth/githuboauth/authenticator.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

oauth/githuboauth/authorizer.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

oauth/githuboauth/config.go

Lines changed: 0 additions & 18 deletions
This file was deleted.

oauth/githuboauth/config_test.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

oauth/googleoauth/authenticator.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

oauth/googleoauth/config.go

Lines changed: 0 additions & 26 deletions
This file was deleted.

oauth/googleoauth/config_test.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)