Skip to content

Commit

Permalink
Update nopfs with fix for dnslink-encoded ipns
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Oct 18, 2023
1 parent 3fd83ef commit 4e121dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/dgraph-io/badger/v4 v4.2.0
github.com/dustin/go-humanize v1.0.0
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231017211857-6dcea67b3d0a
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231017211857-6dcea67b3d0a
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231018184959-5433362b11ac
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231018184959-5433362b11ac
github.com/ipfs/boxo v0.13.2-0.20231013160006-ef6adea52299
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ github.com/huin/goupnp v1.2.0 h1:uOKW26NG1hsSSbXIZ1IR7XP9Gjd1U8pnLaCMgntmkmY=
github.com/huin/goupnp v1.2.0/go.mod h1:gnGPsThkYa7bFi/KWmEysQRf48l2dvR5bxr2OFckNX8=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231017211857-6dcea67b3d0a h1:3bKOhJIyQdQC+On4/zIwPyQzRHt+xg51RadsnyYQdD8=
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231017211857-6dcea67b3d0a/go.mod h1:kuVnRVtaUO33/H05F/TH0pia1Pr/VW3DrFRGZGP4bpg=
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231017211857-6dcea67b3d0a h1:/KZenwTfLR/NjuTjClYXnJNEXRQARnQxQVdt7qlGJrU=
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231017211857-6dcea67b3d0a/go.mod h1:+hCrN49NLsrgas30m4xwqD6V8xPRl/I1ZMqy0iNEzUE=
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231018184959-5433362b11ac h1:K9wupxUa42nCjjfQLBEUjn2t5QdcdZT1g8tuxnKzuAE=
github.com/ipfs-shipyard/nopfs v0.0.12-0.20231018184959-5433362b11ac/go.mod h1:kuVnRVtaUO33/H05F/TH0pia1Pr/VW3DrFRGZGP4bpg=
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231018184959-5433362b11ac h1:SCDQyXmYSDRYusUiZ19DcP8/fOKj69P9W/xShKI2o8g=
github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231018184959-5433362b11ac/go.mod h1:+hCrN49NLsrgas30m4xwqD6V8xPRl/I1ZMqy0iNEzUE=
github.com/ipfs/bbloom v0.0.4 h1:Gi+8EGJ2y5qiD5FbsbpX/TMNcJw8gSqr7eyjHa4Fhvs=
github.com/ipfs/bbloom v0.0.4/go.mod h1:cS9YprKXpoZ9lT0n/Mw/a6/aFV6DTjTLYHeA+gyqMG0=
github.com/ipfs/boxo v0.13.2-0.20231013160006-ef6adea52299 h1:WFpBlVbrvRyMzukb2TS+JPqrc8TkuILdGPoZoyX2na0=
Expand Down

0 comments on commit 4e121dd

Please sign in to comment.