Skip to content

Instantly share code, notes, and snippets.

@danehammer
Created November 30, 2016 22:38
Show Gist options
  • Save danehammer/a2ba50c36158c8c1b7bb17fbddfe969b to your computer and use it in GitHub Desktop.
Save danehammer/a2ba50c36158c8c1b7bb17fbddfe969b to your computer and use it in GitHub Desktop.
Example of problem depending on codegen tagged package
{
"ImportPath": "github.com/aws/codegen-example",
"GoVersion": "go1.7",
"GodepVersion": "v74",
"Deps": [
{
"ImportPath": "github.com/aws/aws-sdk-go/aws",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/aws/awserr",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/aws/awsutil",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/aws/client/metadata",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/aws/credentials",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/aws/request",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/private/model/api",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/private/protocol",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/aws/aws-sdk-go/private/util",
"Comment": "v1.5.8",
"Rev": "898c81ba64b9a467379d35e3fabad133beae0ee4"
},
{
"ImportPath": "github.com/go-ini/ini",
"Comment": "v1.8.6",
"Rev": "afbd495e5aaea13597b5e14fe514ddeaa4d76fc3"
},
{
"ImportPath": "github.com/jmespath/go-jmespath",
"Comment": "0.2.2-2-gc01cf91",
"Rev": "c01cf91b011868172fdcd9f41838e80c9d716264"
},
{
"ImportPath": "golang.org/x/net/html",
"Rev": "4971afdc2f162e82d185353533d3cf16188a9f4e"
},
{
"ImportPath": "golang.org/x/net/html/atom",
"Rev": "4971afdc2f162e82d185353533d3cf16188a9f4e"
}
]
}
package main
import "github.com/aws/aws-sdk-go/private/model/api"
func main() {
a := api.API{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment