Skip to content

Commit

Permalink
fix 🐛 (go.mod): updated the pkg name from azureprice to cloudcost
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Nov 19, 2023
1 parent 46ae089 commit 04b68fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/azurecalculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/charmbracelet/lipgloss"
"github.com/charmbracelet/lipgloss/table"
"github.com/muandane/azureprice/utils"
"github.com/muandane/cloudcost/utils"
"github.com/spf13/cobra"
)

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

"github.com/charmbracelet/lipgloss"
"github.com/charmbracelet/lipgloss/table"
"github.com/muandane/azureprice/utils"
"github.com/muandane/cloudcost/utils"
"github.com/spf13/cobra"
)

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/muandane/azureprice
module github.com/muandane/cloudcost

go 1.21.3

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/muandane/azureprice/cmd"
"github.com/muandane/cloudcost/cmd"
)

func main() {
Expand Down

0 comments on commit 04b68fb

Please sign in to comment.