Created
August 15, 2024 20:31
-
-
Save judell/1bff714c69566da25efaa8a0e6e8f246 to your computer and use it in GitHub Desktop.
go.mod for wordpress plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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