File tree 4 files changed +8
-458
lines changed
4 files changed +8
-458
lines changed Original file line number Diff line number Diff line change 1
1
package aws
2
2
3
3
import (
4
- "github.com/lyraproj/lyra /cmd/goplugin-aws/resource"
4
+ "github.com/lyraproj/aws-example /cmd/goplugin-aws/resource"
5
5
"github.com/lyraproj/pcore/pcore"
6
6
"github.com/lyraproj/pcore/px"
7
7
"github.com/lyraproj/servicesdk/grpc"
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/lyraproj/lyra /cmd/goplugin-aws/aws"
4
+ "github.com/lyraproj/aws-example /cmd/goplugin-aws/aws"
5
5
)
6
6
7
7
func main () {
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
6
6
github.com/aws/aws-sdk-go v1.19.1
7
7
github.com/davecgh/go-spew v1.1.1
8
8
github.com/hashicorp/go-hclog v0.8.0
9
- github.com/lyraproj/lyra v0.0.0-20190323123639-c8756ab504b9
10
9
github.com/lyraproj/pcore v0.0.0-20190320221415-6e1d1bd9c47d
11
10
github.com/lyraproj/servicesdk v0.0.0-20190320113120-6be298b18bf0
12
11
github.com/stretchr/testify v1.3.0
You can’t perform that action at this time.
0 commit comments