File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,4 +112,6 @@ require (
112
112
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
113
113
)
114
114
115
+ replace github.com/ipfs/go-ipfs-config v0.12.0 => github.com/vulcanize/go-ipfs-config v0.12.0-pg-v0.1.0
116
+
115
117
go 1.14
Original file line number Diff line number Diff line change @@ -1005,6 +1005,8 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
1005
1005
github.com/urfave/cli/v2 v2.0.0 /go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ =
1006
1006
github.com/viant/assertly v0.4.8 /go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU =
1007
1007
github.com/viant/toolbox v0.24.0 /go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM =
1008
+ github.com/vulcanize/go-ipfs-config v0.12.0-pg-v0.1.0 h1:8vWmeQikSqPIxKfsGbJdgJxOfMNJ+70Z1L3OvdJi/io =
1009
+ github.com/vulcanize/go-ipfs-config v0.12.0-pg-v0.1.0 /go.mod h1:Ei/FLgHGTdPyqCPK0oPCwGTe8VSnsjJjx7HZqUb6Ry0 =
1008
1010
github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436 /go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw =
1009
1011
github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830 /go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw =
1010
1012
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a h1:G++j5e0OC488te356JvdhaM8YS6nMsjLAYF7JxCv07w =
Original file line number Diff line number Diff line change 5
5
pluginflatfs "github.com/ipfs/go-ipfs/plugin/plugins/flatfs"
6
6
pluginipldgit "github.com/ipfs/go-ipfs/plugin/plugins/git"
7
7
pluginlevelds "github.com/ipfs/go-ipfs/plugin/plugins/levelds"
8
+ pluginpostgresds "github.com/ipfs/go-ipfs/plugin/plugins/postgresds"
8
9
)
9
10
10
11
// DO NOT EDIT THIS FILE
@@ -16,4 +17,5 @@ func init() {
16
17
Preload (pluginbadgerds .Plugins ... )
17
18
Preload (pluginflatfs .Plugins ... )
18
19
Preload (pluginlevelds .Plugins ... )
20
+ Preload (pluginpostgresds .Plugins ... )
19
21
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments