-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 994 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 994 Bytes
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
)