Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates to turnerlabs and removes unnecessary cmds #2

Merged
merged 3 commits into from
May 2, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
414 changes: 3 additions & 411 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion acm/certificate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/aws/aws-sdk-go/aws"
awsacm "github.com/aws/aws-sdk-go/service/acm"
"github.com/golang/mock/gomock"
"github.com/jpignata/fargate/acm/mock/sdk"
"github.com/turnerlabs/fargate/acm/mock/sdk"
)

func TestValidateAlias(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion acm/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package acm

//go:generate mockgen -package client -destination=mock/client/client.go github.com/jpignata/fargate/acm Client
//go:generate mockgen -package client -destination=mock/client/client.go github.com/turnerlabs/fargate/acm Client
//go:generate mockgen -package sdk -source ../vendor/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go -destination=mock/sdk/acmiface.go github.com/aws/aws-sdk-go/service/acm/acmiface ACMAPI

import (
Expand Down
4 changes: 2 additions & 2 deletions acm/mock/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloudwatchlogs/log_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
awscwl "github.com/aws/aws-sdk-go/service/cloudwatchlogs"
"github.com/jpignata/fargate/console"
"github.com/turnerlabs/fargate/console"
)

type GetLogsInput struct {
Expand Down
58 changes: 0 additions & 58 deletions cmd/certificate.go

This file was deleted.

59 changes: 0 additions & 59 deletions cmd/certificate_destroy.go

This file was deleted.

182 changes: 0 additions & 182 deletions cmd/certificate_destroy_test.go

This file was deleted.

Loading