Skip to content

Commit 09b0194

Browse files
committed
update deps
1 parent 2c6377b commit 09b0194

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/akerl/github-auth-lambda
22

3+
go 1.12
4+
35
require (
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
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73r
4242
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e h1:bRhVy7zSSasaqNksaRZiA5EEI+Ei4I1nO5Jh72wfHlg=
4343
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
4444
golang.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=
4747
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
4848
golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
4949
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

static.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)