Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed May 7, 2024
1 parent b48674b commit 7308cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/stevenle/topsort v0.2.0 // indirect
github.com/thediveo/enumflag/v2 v2.0.5
github.com/turbot/go-kit v0.10.0-rc.0
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.2
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.3
github.com/turbot/steampipe-cloud-sdk-go v0.6.0 // indirect
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.0
github.com/turbot/terraform-components v0.0.0-20231108031935-358f803c1a8b // indirect
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -862,9 +862,8 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.1 h1:BhoVszcA2wIQpprVrWSwKbDhd4FE6Z2ydUcqk0mfN4g=
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.1/go.mod h1:ZGK+NXJYoEdBb/hDS4TvVnaDAeUQUSJ+F7rmZE9AOHs=
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.2/go.mod h1:ZGK+NXJYoEdBb/hDS4TvVnaDAeUQUSJ+F7rmZE9AOHs=
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.3 h1:QRaDOORpO9x7JOa8tQWKsEwLD9xFJR1haG8jhTPJTzs=
github.com/turbot/pipe-fittings/v2 v2.0.0-alpha.3/go.mod h1:2iZB+kd9yD0wgUiC4pISRidJyB0JO+x9N6S9uIzRm1I=
github.com/turbot/steampipe-cloud-sdk-go v0.6.0 h1:ufAxOpKS1uq7eejuE5sfEu1+d7QAd0RBjl8Bn6+mIs8=
github.com/turbot/steampipe-cloud-sdk-go v0.6.0/go.mod h1:M42TMBdMim4bV1YTMxhKyzfSGSMo4CXUkm3wt9w7t1Y=
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=
Expand Down

0 comments on commit 7308cda

Please sign in to comment.