Skip to content

Commit ec9bf5d

Browse files
authored
fix: update module path (testcontainers#2797)
1 parent e02e8eb commit ec9bf5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/grafana-lgtm/examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"golang.org/x/sync/errgroup"
2828

2929
"github.com/testcontainers/testcontainers-go"
30-
"github.com/testcontainers/testcontainers-go/modules/grafanalgtm"
30+
grafanalgtm "github.com/testcontainers/testcontainers-go/modules/grafana-lgtm"
3131
)
3232

3333
func ExampleRun() {

modules/grafana-lgtm/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/testcontainers/testcontainers-go/modules/grafanalgtm
1+
module github.com/testcontainers/testcontainers-go/modules/grafana-lgtm
22

33
go 1.22
44

modules/grafana-lgtm/grafana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/stretchr/testify/require"
1212

1313
"github.com/testcontainers/testcontainers-go"
14-
"github.com/testcontainers/testcontainers-go/modules/grafanalgtm"
14+
grafanalgtm "github.com/testcontainers/testcontainers-go/modules/grafana-lgtm"
1515
)
1616

1717
func TestGrafanaLGTM(t *testing.T) {

0 commit comments

Comments
 (0)