aboutsummaryrefslogtreecommitdiff
path: root/plugin/metrics/setup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/metrics/setup_test.go')
-rw-r--r--plugin/metrics/setup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/metrics/setup_test.go b/plugin/metrics/setup_test.go
index a0c1fe8d1..3a584a6cb 100644
--- a/plugin/metrics/setup_test.go
+++ b/plugin/metrics/setup_test.go
@@ -3,7 +3,7 @@ package metrics
import (
"testing"
- "github.com/caddyserver/caddy"
+ "github.com/coredns/caddy"
)
func TestPrometheusParse(t *testing.T) {
n> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/readdir.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Missing newline in errors in bun installGravatar Jarred Sumner 1-4/+8
2022-02-03Fix bug with http clientGravatar Jarred Sumner 6-107/+101
2022-02-03Move detectFastRefresh to later so HTTP request handler starts fasterGravatar Jarred Sumner 1-2/+1
2022-02-03Fix bug with macro remaps in Bun.Transpiler apiGravatar Jarred Sumner 2-5/+8
2022-02-03Slight improvement to non-ascii file path handlingGravatar Jarred Sumner 4-18/+79
2022-02-02`path.relative` passes Node's tests (which also fixed bugs)Gravatar Jarred Sumner 8-283/+571