Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 17, 2024
1 parent d0753ca commit f6ca51c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ devenv.local.nix
.pre-commit-config.yaml

# go
interactive-ecs
iecs
# TODO: remove this line
tmp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Interactive CLI for ECS.

## Links
## References

- https://aws.github.io/aws-sdk-go-v2/docs/getting-started/
- https://github.com/golang-standards/project-layout
2 changes: 1 addition & 1 deletion cmd/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/aws/aws-sdk-go-v2/service/ecs/types"
"github.com/aws/aws-sdk-go-v2/service/ssm"
"github.com/pterm/pterm"
"github.com/sestrella/interactive-ecs/internal/selector"
"github.com/sestrella/iecs/internal/selector"
"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/sestrella/interactive-ecs
module github.com/sestrella/iecs

go 1.22.1

Expand Down
Binary file modified iecs
Binary file not shown.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/sestrella/interactive-ecs/cmd"
import "github.com/sestrella/iecs/cmd"

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

0 comments on commit f6ca51c

Please sign in to comment.