Skip to content

Commit

Permalink
Merge pull request #101 from Shopify/seb-remove-oauth
Browse files Browse the repository at this point in the history
Remove oauth package
  • Loading branch information
lavoiesl committed Aug 18, 2021
2 parents 7de4b3b + 3c93c77 commit 648be31
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 1,083 deletions.
8 changes: 1 addition & 7 deletions go.mod
Expand Up @@ -3,20 +3,14 @@ module github.com/Shopify/goose
go 1.13

require (
cloud.google.com/go v0.52.0 // indirect
github.com/DataDog/datadog-go v3.4.0+incompatible
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/bugsnag/bugsnag-go v1.5.3
github.com/bugsnag/panicwrap v1.2.0
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/pprof v0.0.0-20200210173600-2827a3cc57bf
github.com/gorilla/mux v1.7.3
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/imdario/mergo v0.3.8
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
Expand All @@ -28,9 +22,9 @@ require (
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637
gopkg.in/yaml.v2 v2.2.8 // indirect
Expand Down
170 changes: 0 additions & 170 deletions go.sum

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions oauth/authenticator.go

This file was deleted.

47 changes: 0 additions & 47 deletions oauth/authorizer.go

This file was deleted.

17 changes: 0 additions & 17 deletions oauth/doc.go

This file was deleted.

37 changes: 0 additions & 37 deletions oauth/githuboauth/authenticator.go

This file was deleted.

30 changes: 0 additions & 30 deletions oauth/githuboauth/authorizer.go

This file was deleted.

18 changes: 0 additions & 18 deletions oauth/githuboauth/config.go

This file was deleted.

24 changes: 0 additions & 24 deletions oauth/githuboauth/config_test.go

This file was deleted.

50 changes: 0 additions & 50 deletions oauth/googleoauth/authenticator.go

This file was deleted.

26 changes: 0 additions & 26 deletions oauth/googleoauth/config.go

This file was deleted.

27 changes: 0 additions & 27 deletions oauth/googleoauth/config_test.go

This file was deleted.

0 comments on commit 648be31

Please sign in to comment.