rename repo, update deps
Showing
module github.com/rvagg/go-dagpb/dagpb | ||
module github.com/ipld/go-codec-dagpb/dagpb | ||
go 1.15 | ||
... | ... | @@ -8,8 +8,8 @@ require ( |
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-multihash v0.0.14 // indirect | ||
github.com/multiformats/go-varint v0.0.6 // indirect | ||
github.com/polydawn/refmt v0.0.0-20190807091052-3d65705ee9f1 | ||
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect | ||
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect | ||
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e | ||
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect | ||
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | ||
) |
Please register or sign in to comment