File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/akerl/github-auth-lambda
22
3+ go 1.12
4+
35require (
46 github.com/akerl/go-lambda v0.1.0
57 github.com/akerl/go-resources v0.0.0-20190324001828-2629d65f497f // indirect
@@ -8,6 +10,6 @@ require (
810 github.com/gorilla/securecookie v1.1.1
911 github.com/osteele/liquid v1.2.4 // indirect
1012 github.com/osteele/tuesday v1.0.3 // indirect
11- golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
13+ golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
1214 gopkg.in/osteele/liquid.v1 v1.2.4
1315)
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73r
4242golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e h1:bRhVy7zSSasaqNksaRZiA5EEI+Ei4I1nO5Jh72wfHlg =
4343golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
4444golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be /go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U =
45- golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 h1:jIOcLT9BZzyJ9ce+IwwZ+aF9yeCqzrR+NrD68a/SHKw =
46- golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
45+ golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a h1:tImsplftrFpALCYumobsd0K86vlAs/eXGFms2txfJfA =
46+ golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
4747golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
4848golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
4949golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ func init() {
607607 fi : FileInfo {
608608 name : "favicon.ico" ,
609609 size : 5558 ,
610- modTime : time .Unix (0 , 1552960264403126549 ),
610+ modTime : time .Unix (0 , 1550818989943009527 ),
611611 isDir : false ,
612612 },
613613 }, "/index.html.hbs" : File {
@@ -762,7 +762,7 @@ func init() {
762762 fi : FileInfo {
763763 name : "index.html.hbs" ,
764764 size : 1749 ,
765- modTime : time .Unix (0 , 1552960264403470983 ),
765+ modTime : time .Unix (0 , 1550818989943009527 ),
766766 isDir : false ,
767767 },
768768 },
You can’t perform that action at this time.
0 commit comments