juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
113 stars 76 forks source link

use fixed lock package #12

Closed rogpeppe closed 8 years ago

rogpeppe commented 8 years ago

This uses the go4.org/lock package with the fix that I applied some time ago. Because that package uses a vanity domain and provides no stability guarantees, we use a forked version of the github.com/camlistore/go4 repo.

cmars commented 8 years ago

LGTM

cmars commented 8 years ago

See also: https://review.gerrithub.io/#/c/260449/