aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-04-10 21:18:42 +0100
committerNiall Sheridan <nsheridan@gmail.com>2017-04-10 21:38:33 +0100
commit30802e07b2d84fbc213b490d3402707dffe60096 (patch)
tree934aecb8f3582325dfd1aa6652193adac87d00db /vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go
parentda7638dc112c4c106e8929601b642d2ca4596cba (diff)
update dependencies
Diffstat (limited to 'vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go')
-rw-r--r--vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go b/vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go
index e829ef2..3b3fd47 100644
--- a/vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go
+++ b/vendor/github.com/nsheridan/autocert-wkfs-cache/cache.go
@@ -1,13 +1,13 @@
package wkfscache
import (
+ "context"
"os"
"path/filepath"
"go4.org/wkfs"
"golang.org/x/crypto/acme/autocert"
- "golang.org/x/net/context"
)
type Cache string