diff --git a/cmd/pertify/go.mod b/cmd/pertify/go.mod index dce6f86..231eb98 100644 --- a/cmd/pertify/go.mod +++ b/cmd/pertify/go.mod @@ -6,7 +6,7 @@ require ( github.com/pkg/errors v0.8.1 gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717 gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 - moul.io/graphman v1.2.0 + moul.io/graphman v1.3.0 moul.io/graphman/viz v0.0.0 ) diff --git a/examples/go.mod b/examples/go.mod index 4348670..1ca1c81 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,7 +2,7 @@ module moul.io/graphman/examples go 1.12 -require moul.io/graphman v1.2.0 +require moul.io/graphman v1.3.0 require moul.io/graphman/viz v0.0.0 diff --git a/lambda/go.mod b/lambda/go.mod index dc8e8b2..768eb17 100644 --- a/lambda/go.mod +++ b/lambda/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-lambda-go v1.11.1 github.com/pkg/errors v0.8.1 gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22 - moul.io/graphman v1.2.0 + moul.io/graphman v1.3.0 moul.io/graphman/viz v1.2.0 ) diff --git a/viz/go.mod b/viz/go.mod index 4272190..0663007 100644 --- a/viz/go.mod +++ b/viz/go.mod @@ -4,7 +4,7 @@ go 1.12 require ( github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab - moul.io/graphman v1.2.0 + moul.io/graphman v1.3.0 ) replace moul.io/graphman => ../