Skip to content

Commit

Permalink
bump the sdk which includes a few bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frankgreco committed Feb 1, 2022
1 parent a1282cb commit 3400a6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module terraform-provider-edge
go 1.17

require (
github.com/frankgreco/edge-sdk-go v0.1.0
github.com/frankgreco/edge-sdk-go v0.1.2
github.com/frankgreco/terraform-helpers v0.0.3
github.com/hashicorp/terraform-plugin-docs v0.5.1
github.com/hashicorp/terraform-plugin-framework v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMi
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/frankgreco/edge-sdk-go v0.1.0 h1:fgT9oubEMlAbWeryYiZaAI7vyeqY5rn7SQxCtnDpQ1Q=
github.com/frankgreco/edge-sdk-go v0.1.0/go.mod h1:h80Cd6jYEernY5npZ61MfTkOVYbb+ZpESHORiSW8Hrk=
github.com/frankgreco/edge-sdk-go v0.1.2 h1:nfusgvM8asMk6aYwSwRxKXWQRbKpHloFbuXErpKJFMw=
github.com/frankgreco/edge-sdk-go v0.1.2/go.mod h1:h80Cd6jYEernY5npZ61MfTkOVYbb+ZpESHORiSW8Hrk=
github.com/frankgreco/terraform-helpers v0.0.3 h1:lEioSyQbNceHtbMVhvtXHKOsic/AFQBiLnO+xzwF30Q=
github.com/frankgreco/terraform-helpers v0.0.3/go.mod h1:79y65pMEZynGziywfr2Okre0y66TAEy65nydLE4rMzs=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
Expand Down

0 comments on commit 3400a6f

Please sign in to comment.