Skip to content

Commit ae29fac

Browse files
committed
lib: move gobuild, modproxy, and revproxy under lib
1 parent 1248f9d commit ae29fac

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

cmd/go-cache-plugin/setup.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ import (
2727
"github.com/creachadair/taskgroup"
2828
"github.com/creachadair/tlsutil"
2929
"github.com/goproxy/goproxy"
30-
"github.com/tailscale/go-cache-plugin/gobuild"
30+
"github.com/tailscale/go-cache-plugin/lib/gobuild"
31+
"github.com/tailscale/go-cache-plugin/lib/modproxy"
32+
"github.com/tailscale/go-cache-plugin/lib/revproxy"
3133
"github.com/tailscale/go-cache-plugin/lib/s3util"
32-
"github.com/tailscale/go-cache-plugin/modproxy"
33-
"github.com/tailscale/go-cache-plugin/revproxy"
3434
"tailscale.com/tsweb"
3535
)
3636

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)