Skip to content

Commit

Permalink
fix(deps): manually added context dep
Browse files Browse the repository at this point in the history
Manually added context deps for chache.go file, refer to action run #55 for specific errors with the following.
Error: internal/cloudflare/cache.go:24:31: undefined: context
  • Loading branch information
andatoshiki committed Jun 19, 2022
1 parent 5985923 commit 4ad6883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cloudflare/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cloudflare
import (
"fmt"
"log"
"context"

"github.com/cloudflare/cloudflare-go"
"github.com/andatoshiki/toshiki-proxypool/config"
Expand Down

0 comments on commit 4ad6883

Please sign in to comment.