Skip to content

Commit

Permalink
chore: post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 28, 2019
1 parent 02d7312 commit 3a006dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/pertify/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion viz/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ../

0 comments on commit 3a006dc

Please sign in to comment.