Skip to content

Commit

Permalink
Merge pull request #7 from chnacib/feat/patch-1
Browse files Browse the repository at this point in the history
fix import
  • Loading branch information
chnacib authored Jan 13, 2024
2 parents 2de6f8f + e3a8cbf commit 752aaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ecs/listservices.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package ecs

import (
"fmt"
"nami/pkg/cw"
"os"
"sync"
"text/tabwriter"

"github.com/chnacib/nami/pkg/cw"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ecs"
Expand Down

0 comments on commit 752aaa7

Please sign in to comment.