Skip to content

Commit

Permalink
Renamed the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Barbun committed May 9, 2024
1 parent a7462d5 commit 099816f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module lagoon-solr-metrics
module github.com/salsadigitalauorg/lagoon-solr-metrics

go 1.19

Expand Down
13 changes: 0 additions & 13 deletions helper/helper.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"time"

"lagoon-solr-metrics/pkg/lagoon"
"github.com/salsadigitalauorg/lagoon-solr-metrics/pkg/lagoon"

log "github.com/sirupsen/logrus"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/lagoon/lagoon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"testing"

"lagoon-solr-metrics/pkg/internal"
"lagoon-solr-metrics/pkg/lagoon"
"github.com/salsadigitalauorg/lagoon-solr-metrics/pkg/internal"
"github.com/salsadigitalauorg/lagoon-solr-metrics/pkg/lagoon"

"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
Expand Down

0 comments on commit 099816f

Please sign in to comment.