Skip to content

Commit

Permalink
POA-1503 Remove Flickr plugin (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujed authored Jul 29, 2024
1 parent 08d3460 commit b02595a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions cmd/internal/pluginloader/precompiled_plugins.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
package pluginloader

import (
plugin_flickr "github.com/akitasoftware/plugin-flickr"
"github.com/postmanlabs/postman-insights-agent/plugin"
)

// To include a plugin in the Akita CLI build, import the Go package
// above, and add a reference to its AkitaPluginLoader function here.
var PrecompiledPlugins map[string]plugin.AkitaPluginLoader = map[string]plugin.AkitaPluginLoader{
// Example: "my_plugin" : myplugin.LoadAkitaPlugin,

// Plugin for transforming Flickr's API into a more REST-like format.
"flickr": plugin_flickr.LoadAkitaPlugin,
}
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/akitasoftware/akita-ir v0.0.0-20240702191148-96a4c6941493
github.com/akitasoftware/akita-libs v0.0.0-20240702192331-ea7eb1c0f778
github.com/akitasoftware/go-utils v0.0.0-20240213133309-b95d4ace8803
github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11
github.com/andybalholm/brotli v1.0.1
github.com/aws/aws-sdk-go-v2 v1.17.1
github.com/aws/aws-sdk-go-v2/config v1.17.10
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ github.com/akitasoftware/martian/v3 v3.0.1-0.20210608174341-829c1134e9de/go.mod
github.com/akitasoftware/objecthash-proto v0.0.0-20211020004800-9990a7ea5dc0/go.mod h1:5/6U7s9Kj5GXRZBiQejikd06mPYYWC+C1RoO8ehvifs=
github.com/akitasoftware/objecthash-proto v0.0.0-20211020162104-173a34b1afb0 h1:moMrhfDCjrBbuIVBmmjhnm0eTWfJyk4S0HEXxR7YO9k=
github.com/akitasoftware/objecthash-proto v0.0.0-20211020162104-173a34b1afb0/go.mod h1:5/6U7s9Kj5GXRZBiQejikd06mPYYWC+C1RoO8ehvifs=
github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11 h1:BWNz/9KoWPZUjIapOeznop+QBJXmOg+7W8JMZH7gfl0=
github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11/go.mod h1:oOtXiTkMcjW+ghEK+75kfMLDCKesuUum/NvRHFY8mRY=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/amplitude/analytics-go v1.0.1 h1:rrdC5VBctlJigSk0kw7ktwSijob/wyH4bop2SqWduCU=
Expand Down

0 comments on commit b02595a

Please sign in to comment.