Skip to content

Commit

Permalink
package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostument committed Dec 22, 2020
1 parent ccaa612 commit cabb259
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cmd/cloudfront.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/cloudfront"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/cloudwatch"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
Expand Down
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/configservice"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/ec2"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ecr.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/ecr"

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

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/elasticache"
"github.com/aws/aws-sdk-go/service/sts"
Expand Down
2 changes: 1 addition & 1 deletion cmd/elasticbeanstalk.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/aws/aws-sdk-go/service/elasticbeanstalk"
"github.com/mpostument/awstaghelper/pkg"

"github.com/spf13/cobra"
)
Expand Down
3 changes: 2 additions & 1 deletion cmd/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"fmt"

"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/elasticsearchservice"
"github.com/aws/aws-sdk-go/service/sts"

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

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/elbv2"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/iam"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/firehose"
"github.com/aws/aws-sdk-go/service/kinesis"
Expand Down
2 changes: 1 addition & 1 deletion cmd/lambda.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/lambda"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/rds"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/redshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/redshift"
"github.com/aws/aws-sdk-go/service/sts"
Expand Down
2 changes: 1 addition & 1 deletion cmd/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/s3"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/sg.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
package cmd

import (
"awstaghelper/pkg"
"github.com/mpostument/awstaghelper/pkg"

"github.com/aws/aws-sdk-go/service/ec2"
"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 awstaghelper
module github.com/mpostument/awstaghelper

go 1.15

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 "awstaghelper/cmd"
import "github.com/mpostument/awstaghelper/cmd"

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

0 comments on commit cabb259

Please sign in to comment.