Skip to content

Commit

Permalink
Merge pull request #2 from terraform-in-action/dependencies
Browse files Browse the repository at this point in the history
update dependency
  • Loading branch information
scottwinkler authored Mar 22, 2022
2 parents 5845816 + 2bd7676 commit ce7f8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ require (
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/scottwinkler/go-petstore v0.1.2
github.com/terraform-in-action/go-petstore v0.1.1
github.com/terraform-in-action/go-petstore v0.1.2
github.com/zclconf/go-cty v1.7.1 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d h1:Z4EH+5Effv
github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d/go.mod h1:BSTlc8jOjh0niykqEGVXOLXdi9o0r0kR8tCYiMvjFgw=
github.com/terraform-in-action/go-petstore v0.1.1 h1:4JAU5/yNPID3cEn0mPKr1/s1pUzwzDr08GFJuBC6syE=
github.com/terraform-in-action/go-petstore v0.1.1/go.mod h1:RNZtB2ya0PDPRWnmVfcfQfZGA22CXIlE3y5ZdWNz+ow=
github.com/terraform-in-action/go-petstore v0.1.2 h1:XIvf+LX/Qsa02bso8H+RrOjyBWwuGz1VO/1QudVVyHA=
github.com/terraform-in-action/go-petstore v0.1.2/go.mod h1:RNZtB2ya0PDPRWnmVfcfQfZGA22CXIlE3y5ZdWNz+ow=
github.com/ulikunitz/xz v0.5.5/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
Expand Down

0 comments on commit ce7f8f0

Please sign in to comment.