Skip to content

Commit

Permalink
rename to latency-lingo/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyBobsin committed Dec 21, 2022
1 parent e49653f commit ec93020
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
project_name: latency-lingo-cli
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down
2 changes: 1 addition & 1 deletion cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"log"
"os"

"github.com/AnthonyBobsin/latency-lingo-cli/internal"
"github.com/getsentry/sentry-go"
"github.com/latency-lingo/cli/internal"
"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/AnthonyBobsin/latency-lingo-cli
module github.com/latency-lingo/cli

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Copyright © 2022 Anthony Bobsin [email protected]
*/
package main

import "github.com/AnthonyBobsin/latency-lingo-cli/cmd"
import "github.com/latency-lingo/cli/cmd"

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

0 comments on commit ec93020

Please sign in to comment.