Skip to content

Commit

Permalink
fix up mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtintes committed Sep 15, 2024
1 parent ff05b31 commit 784c83e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/replace.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
package cmd

import (
"github.com/mtintes/configamajig/actions"
"github.com/mtintes/configamajig/cli/actions"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/mtintes/configamajig
module github.com/mtintes/configamajig/cli

go 1.22.5

Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/mtintes/configamajig/cmd"
import "github.com/mtintes/configamajig/cli/cmd"

var version string
var commit string
Expand Down

0 comments on commit 784c83e

Please sign in to comment.