Skip to content

Commit 28d4e50

Browse files
committed
update go.mod with our release of go-ipfs-config; minor fix
1 parent 03116a5 commit 28d4e50

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ require (
112112
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
113113
)
114114

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+
115117
go 1.14

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,8 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
10051005
github.com/urfave/cli/v2 v2.0.0/go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ=
10061006
github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=
10071007
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=
10081010
github.com/warpfork/go-wish v0.0.0-20180510122957-5ad1f5abf436/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw=
10091011
github.com/warpfork/go-wish v0.0.0-20190328234359-8b3e70f8e830/go.mod h1:x6AKhvSSexNrVSrViXSHUEbICjmGXhtgABaHIySUSGw=
10101012
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a h1:G++j5e0OC488te356JvdhaM8YS6nMsjLAYF7JxCv07w=

plugin/loader/preload.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
pluginflatfs "github.com/ipfs/go-ipfs/plugin/plugins/flatfs"
66
pluginipldgit "github.com/ipfs/go-ipfs/plugin/plugins/git"
77
pluginlevelds "github.com/ipfs/go-ipfs/plugin/plugins/levelds"
8+
pluginpostgresds "github.com/ipfs/go-ipfs/plugin/plugins/postgresds"
89
)
910

1011
// DO NOT EDIT THIS FILE
@@ -16,4 +17,5 @@ func init() {
1617
Preload(pluginbadgerds.Plugins...)
1718
Preload(pluginflatfs.Plugins...)
1819
Preload(pluginlevelds.Plugins...)
20+
Preload(pluginpostgresds.Plugins...)
1921
}

0 commit comments

Comments
 (0)