File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
13
13
"github.com/creachadair/command"
14
14
"github.com/creachadair/flax"
15
- "github.com/tailscale/go-cache-plugin/internal /s3util"
15
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
16
16
)
17
17
18
18
func main () {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
27
27
"github.com/creachadair/taskgroup"
28
28
"github.com/creachadair/tlsutil"
29
29
"github.com/goproxy/goproxy"
30
- "github.com/tailscale/go-cache-plugin/internal /s3util"
30
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
31
31
"github.com/tailscale/go-cache-plugin/revproxy"
32
32
"github.com/tailscale/go-cache-plugin/s3cache"
33
33
"github.com/tailscale/go-cache-plugin/s3proxy"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"strings"
12
12
"testing"
13
13
14
- "github.com/tailscale/go-cache-plugin/internal /s3util"
14
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
15
15
)
16
16
17
17
func TestETagReader (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
34
34
"github.com/creachadair/taskgroup"
35
35
"github.com/golang/groupcache/lru"
36
- "github.com/tailscale/go-cache-plugin/internal /s3util"
36
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
37
37
)
38
38
39
39
// Server is a caching reverse proxy server that caches successful responses to
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"github.com/creachadair/gocache"
24
24
"github.com/creachadair/gocache/cachedir"
25
25
"github.com/creachadair/taskgroup"
26
- "github.com/tailscale/go-cache-plugin/internal /s3util"
26
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
27
27
)
28
28
29
29
// Cache implements callbacks for a gocache.Server using an S3 bucket for
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"github.com/creachadair/atomicfile"
25
25
"github.com/creachadair/taskgroup"
26
26
"github.com/goproxy/goproxy"
27
- "github.com/tailscale/go-cache-plugin/internal /s3util"
27
+ "github.com/tailscale/go-cache-plugin/lib /s3util"
28
28
"golang.org/x/sync/semaphore"
29
29
)
30
30
You can’t perform that action at this time.
0 commit comments