Skip to content

Commit

Permalink
Fix go mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Oct 16, 2021
1 parent f713104 commit 7cf092f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"os"
"strings"

docatl "github.com/docat-org/docat-cli/pkg"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
docatl "github.com/timofurrer/docat-cli/pkg"

"github.com/spf13/viper"
)
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/timofurrer/docat-cli
module github.com/docat-org/docat-cli

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limitations under the License.
*/
package main

import "github.com/timofurrer/docat-cli/cmd"
import "github.com/docat-org/docat-cli/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 7cf092f

Please sign in to comment.