Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 30, 2025
1 parent 2226997 commit 58102dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ module github.com/turbot/tailpipe

go 1.23.2

replace (
github.com/c-bata/go-prompt => github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50
)
replace github.com/c-bata/go-prompt => github.com/turbot/go-prompt v0.2.6-steampipe.0.0.20221028122246-eb118ec58d50

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUF
github.com/turbot/steampipe-plugin-code v0.7.0/go.mod h1:GvdjncWum4sZNmR0iM03SKkIzl7aZKAFtIsyAR+z4YI=
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0 h1:e/5EYO7B7UZW6joxO/wqtJGYFu+7NMCqMk/tPVbquFY=
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0/go.mod h1:tYRC7FDKPTZ3MSty/tGLtH6UnVpU3zs1osF5DuktB5Q=
github.com/turbot/tailpipe-plugin-core v0.1.2/go.mod h1:Jy6e45GArIydUzmlrFUMvJJ+yJ8PZY0n8xPvrWyBQmY=
github.com/turbot/tailpipe-plugin-core v0.1.3 h1:vjls5l500Oaqye0evXX2U5vn5Epux+AxWNhDH9zTmIk=
github.com/turbot/tailpipe-plugin-core v0.1.3/go.mod h1:Jy6e45GArIydUzmlrFUMvJJ+yJ8PZY0n8xPvrWyBQmY=
github.com/turbot/tailpipe-plugin-sdk v0.1.0 h1:uZwyTIogO2176TV69iNjHdo6LAqZuuUySw1kTH1tkLs=
github.com/turbot/tailpipe-plugin-sdk v0.1.0/go.mod h1:ISLG0B02WcUMFGcwOWOgioFkh4o/vOQSV/XWjTDZWnA=
Expand Down

0 comments on commit 58102dd

Please sign in to comment.