File tree 3 files changed +0
-7
lines changed
cmd/internal/pluginloader
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
package pluginloader
2
2
3
3
import (
4
- plugin_flickr "github.com/akitasoftware/plugin-flickr"
5
4
"github.com/postmanlabs/postman-insights-agent/plugin"
6
5
)
7
6
8
7
// To include a plugin in the Akita CLI build, import the Go package
9
8
// above, and add a reference to its AkitaPluginLoader function here.
10
9
var PrecompiledPlugins map [string ]plugin.AkitaPluginLoader = map [string ]plugin.AkitaPluginLoader {
11
10
// Example: "my_plugin" : myplugin.LoadAkitaPlugin,
12
-
13
- // Plugin for transforming Flickr's API into a more REST-like format.
14
- "flickr" : plugin_flickr .LoadAkitaPlugin ,
15
11
}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
9
9
github.com/akitasoftware/akita-ir v0.0.0-20240702191148-96a4c6941493
10
10
github.com/akitasoftware/akita-libs v0.0.0-20240702192331-ea7eb1c0f778
11
11
github.com/akitasoftware/go-utils v0.0.0-20240213133309-b95d4ace8803
12
- github.com/akitasoftware/plugin-flickr v0.2.1-0.20240627222123-742aad949c11
13
12
github.com/andybalholm/brotli v1.0.1
14
13
github.com/aws/aws-sdk-go-v2 v1.17.1
15
14
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
43
43
github.com/akitasoftware/objecthash-proto v0.0.0-20211020004800-9990a7ea5dc0 /go.mod h1:5/6U7s9Kj5GXRZBiQejikd06mPYYWC+C1RoO8ehvifs =
44
44
github.com/akitasoftware/objecthash-proto v0.0.0-20211020162104-173a34b1afb0 h1:moMrhfDCjrBbuIVBmmjhnm0eTWfJyk4S0HEXxR7YO9k =
45
45
github.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 =
48
46
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
49
47
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
50
48
github.com/amplitude/analytics-go v1.0.1 h1:rrdC5VBctlJigSk0kw7ktwSijob/wyH4bop2SqWduCU =
You can’t perform that action at this time.
0 commit comments