Skip to content

Commit 354a56d

Browse files
author
Scott Walker
committed
Fix up pkg name
1 parent c2271ca commit 354a56d

File tree

4 files changed

+8
-458
lines changed

4 files changed

+8
-458
lines changed

cmd/goplugin-aws/aws/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package aws
22

33
import (
4-
"github.com/lyraproj/lyra/cmd/goplugin-aws/resource"
4+
"github.com/lyraproj/aws-example/cmd/goplugin-aws/resource"
55
"github.com/lyraproj/pcore/pcore"
66
"github.com/lyraproj/pcore/px"
77
"github.com/lyraproj/servicesdk/grpc"

cmd/goplugin-aws/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/lyraproj/lyra/cmd/goplugin-aws/aws"
4+
"github.com/lyraproj/aws-example/cmd/goplugin-aws/aws"
55
)
66

77
func main() {

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/aws/aws-sdk-go v1.19.1
77
github.com/davecgh/go-spew v1.1.1
88
github.com/hashicorp/go-hclog v0.8.0
9-
github.com/lyraproj/lyra v0.0.0-20190323123639-c8756ab504b9
109
github.com/lyraproj/pcore v0.0.0-20190320221415-6e1d1bd9c47d
1110
github.com/lyraproj/servicesdk v0.0.0-20190320113120-6be298b18bf0
1211
github.com/stretchr/testify v1.3.0

0 commit comments

Comments
 (0)