File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
cmd/internal/pluginloader Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11package pluginloader
22
33import (
4- plugin_flickr "github.com/akitasoftware/plugin-flickr"
54 "github.com/postmanlabs/postman-insights-agent/plugin"
65)
76
87// To include a plugin in the Akita CLI build, import the Go package
98// above, and add a reference to its AkitaPluginLoader function here.
109var PrecompiledPlugins map [string ]plugin.AkitaPluginLoader = map [string ]plugin.AkitaPluginLoader {
1110 // Example: "my_plugin" : myplugin.LoadAkitaPlugin,
12-
13- // Plugin for transforming Flickr's API into a more REST-like format.
14- "flickr" : plugin_flickr .LoadAkitaPlugin ,
1511}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
99 github.com/akitasoftware/akita-ir v0.0.0-20240702191148-96a4c6941493
1010 github.com/akitasoftware/akita-libs v0.0.0-20240702192331-ea7eb1c0f778
1111 github.com/akitasoftware/go-utils v0.0.0-20240213133309-b95d4ace8803
12- github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11
1312 github.com/andybalholm/brotli v1.0.1
1413 github.com/aws/aws-sdk-go-v2 v1.17.1
1514 github.com/aws/aws-sdk-go-v2/config v1.17.10
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ github.com/akitasoftware/martian/v3 v3.0.1-0.20210608174341-829c1134e9de/go.mod
4343github.com/akitasoftware/objecthash-proto v0.0.0-20211020004800-9990a7ea5dc0 /go.mod h1:5/6U7s9Kj5GXRZBiQejikd06mPYYWC+C1RoO8ehvifs =
4444github.com/akitasoftware/objecthash-proto v0.0.0-20211020162104-173a34b1afb0 h1:moMrhfDCjrBbuIVBmmjhnm0eTWfJyk4S0HEXxR7YO9k =
4545github.com/akitasoftware/objecthash-proto v0.0.0-20211020162104-173a34b1afb0 /go.mod h1:5/6U7s9Kj5GXRZBiQejikd06mPYYWC+C1RoO8ehvifs =
46- github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11 h1:BWNz/9KoWPZUjIapOeznop+QBJXmOg+7W8JMZH7gfl0 =
47- github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11 /go.mod h1:oOtXiTkMcjW+ghEK+75kfMLDCKesuUum/NvRHFY8mRY =
4846github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
4947github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
5048github.com/amplitude/analytics-go v1.0.1 h1:rrdC5VBctlJigSk0kw7ktwSijob/wyH4bop2SqWduCU =
You can’t perform that action at this time.
0 commit comments