Skip to content

Bump Github auth dependency #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/devict/hacktoberfest
go 1.14

require (
github.com/golang/protobuf v0.0.0-20170920220647-130e6b02ab05 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1
github.com/gorilla/sessions v1.1.1
github.com/lib/pq v0.0.0-20170922172634-b77235e3890a
github.com/markbates/goth v1.64.2
github.com/markbates/goth v1.65.0
github.com/peterhellberg/link v1.0.0
github.com/pkg/errors v0.8.0
github.com/pkg/errors v0.9.1
github.com/unrolled/render v0.0.0-20170714214854-a0ec58421ddf
golang.org/x/net v0.0.0-20170927055102-0a9397675ba3 // indirect
google.golang.org/appengine v1.0.0 // indirect
golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
386 changes: 386 additions & 0 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/github.com/golang/protobuf/LICENSE

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

43 changes: 0 additions & 43 deletions vendor/github.com/golang/protobuf/proto/Makefile

This file was deleted.

229 changes: 0 additions & 229 deletions vendor/github.com/golang/protobuf/proto/clone.go

This file was deleted.

Loading