File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3333func ExampleRun () {
Original file line number Diff line number Diff line change 1- module github.com/testcontainers/testcontainers-go/modules/grafanalgtm
1+ module github.com/testcontainers/testcontainers-go/modules/grafana-lgtm
22
33go 1.22
44
Original file line number Diff line number Diff 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
1717func TestGrafanaLGTM (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments