-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
27 lines (24 loc) · 994 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/devict/hacktoberfest
go 1.18
require (
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1
github.com/gorilla/sessions v1.1.1
github.com/lib/pq v1.10.7
github.com/markbates/goth v1.64.2
github.com/peterhellberg/link v1.0.0
github.com/pkg/errors v0.8.0
github.com/unrolled/render v0.0.0-20170714214854-a0ec58421ddf
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
github.com/golang/protobuf v0.0.0-20170920220647-130e6b02ab05 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20170927055102-0a9397675ba3 // indirect
golang.org/x/oauth2 v0.0.0-20180620175406-ef147856a6dd // indirect
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
google.golang.org/appengine v1.0.0 // indirect
)