Skip to content

Commit

Permalink
Update kooky fork to improve Firefox cookies
Browse files Browse the repository at this point in the history
Updates to a revision of the fork that properly handles Firefox cookie
expiry dates after 2038-01-19T03:14:07+00:00.
  • Loading branch information
barnardb committed Apr 21, 2019
1 parent 7e17607 commit 180be22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/barnardb/cookies

require (
github.com/barnardb/kooky v0.0.0-20190420082209-c58c0ed851b3
github.com/barnardb/kooky v0.0.0-20190421003720-9117b6c656ce
github.com/go-sqlite/sqlite3 v0.0.0-20180313105335-53dd8e640ee7 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gonuts/binary v0.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/barnardb/kooky v0.0.0-20190420082209-c58c0ed851b3 h1:hBAjBbzIjOuBG5OHUdMVjKACfeo/3zKQg53COUNs84g=
github.com/barnardb/kooky v0.0.0-20190420082209-c58c0ed851b3/go.mod h1:m1tY/UUilgNwFhzjvfKUo+vzze/TvSpRAvgk1RJGnEw=
github.com/barnardb/kooky v0.0.0-20190421003720-9117b6c656ce h1:My16TIuJftC/sxb3genPxpULlPE3XgVYhB4AbQsl8UU=
github.com/barnardb/kooky v0.0.0-20190421003720-9117b6c656ce/go.mod h1:m1tY/UUilgNwFhzjvfKUo+vzze/TvSpRAvgk1RJGnEw=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 180be22

Please sign in to comment.