Skip to content

Instantly share code, notes, and snippets.

@judell
Created August 15, 2024 20:31
Show Gist options
  • Save judell/1bff714c69566da25efaa8a0e6e8f246 to your computer and use it in GitHub Desktop.
Save judell/1bff714c69566da25efaa8a0e6e8f246 to your computer and use it in GitHub Desktop.
go.mod for wordpress plugin
module github.com/judell/steampipe-plugin-wordpress
go 1.21.4
require (
github.com/sogko/go-wordpress v0.0.0-20190616154547-91556a5001c7
github.com/turbot/steampipe-plugin-sdk/v5 v5.8.0
)
replace github.com/sogko/go-wordpress => github.com/robbiet480/go-wordpress v0.0.0-20180206201500-3b8369ffcef3
//replace github.com/sogko/go-wordpress => /home/jon/go-wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment