Skip to content

Commit

Permalink
caddy: load gocloud drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Sep 29, 2023
1 parent 429573f commit 391fe6f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions caddy/pmtiles_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ package caddy

import (
"fmt"
"io"
"log"
"net/http"
"strconv"

"github.com/caddyserver/caddy/v2"
"github.com/caddyserver/caddy/v2/caddyconfig/caddyfile"
"github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile"
"github.com/caddyserver/caddy/v2/modules/caddyhttp"
"github.com/protomaps/go-pmtiles/pmtiles"
"go.uber.org/zap"
_ "gocloud.dev/blob/azureblob"
_ "gocloud.dev/blob/fileblob"
_ "gocloud.dev/blob/gcsblob"
_ "gocloud.dev/blob/s3blob"
"io"
"log"
"net/http"
"strconv"
"time"
)

Expand Down

0 comments on commit 391fe6f

Please sign in to comment.