Skip to content

Commit

Permalink
Renames go module to match github repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sebradloff committed Apr 25, 2020
1 parent f661054 commit 5ef1683
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/file_reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/sebradloff/rawk8stfc/pkg/hclfile"
"github.com/sebradloff/raw-k8s-tf-compiler/pkg/hclfile"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"testing"

"github.com/sebradloff/rawk8stfc/cmd"
"github.com/sebradloff/raw-k8s-tf-compiler/cmd"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/inline.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"fmt"

"github.com/sebradloff/rawk8stfc/pkg/hclfile"
"github.com/sebradloff/raw-k8s-tf-compiler/pkg/hclfile"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"sort"
"testing"

"github.com/sebradloff/rawk8stfc/cmd"
"github.com/sebradloff/raw-k8s-tf-compiler/cmd"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sebradloff/rawk8stfc
module github.com/sebradloff/raw-k8s-tf-compiler

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/sebradloff/rawk8stfc/cmd"
"github.com/sebradloff/raw-k8s-tf-compiler/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/hclfile/k8s_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"time"

"github.com/ghodss/yaml"
"github.com/sebradloff/rawk8stfc/pkg/hclfile"
"github.com/sebradloff/raw-k8s-tf-compiler/pkg/hclfile"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/hclfile/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/hashicorp/hcl/v2"
"github.com/hashicorp/hcl/v2/hclwrite"
h "github.com/sebradloff/rawk8stfc/pkg/hclfile"
h "github.com/sebradloff/raw-k8s-tf-compiler/pkg/hclfile"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
)

Expand Down

0 comments on commit 5ef1683

Please sign in to comment.