This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from ipfs/chore/retract-and-revert
Retract and revert 1.0.0
- Loading branch information
Showing
5 changed files
with
30 additions
and
592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ os: | |
language: go | ||
|
||
go: | ||
- 1.13.x | ||
- 1.16.x | ||
|
||
env: | ||
global: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
module github.com/ipfs/go-ipfs-provider | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
retract [v1.0.0, v1.0.1] | ||
|
||
require ( | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/ipfs/go-blockservice v0.1.4 | ||
github.com/ipfs/go-cid v0.0.7 | ||
github.com/ipfs/go-blockservice v0.1.2 | ||
github.com/ipfs/go-cid v0.0.3 | ||
github.com/ipfs/go-cidutil v0.0.2 | ||
github.com/ipfs/go-datastore v0.4.5 | ||
github.com/ipfs/go-fetcher v1.1.0 | ||
github.com/ipfs/go-ipfs-blockstore v0.1.4 | ||
github.com/ipfs/go-datastore v0.1.0 | ||
github.com/ipfs/go-ipfs-blockstore v0.1.0 | ||
github.com/ipfs/go-ipfs-blocksutil v0.0.1 | ||
github.com/ipfs/go-ipfs-exchange-offline v0.0.1 | ||
github.com/ipfs/go-ipfs-routing v0.1.0 | ||
github.com/ipfs/go-ipld-cbor v0.0.3 | ||
github.com/ipfs/go-log v1.0.4 | ||
github.com/ipfs/go-ipld-format v0.0.2 | ||
github.com/ipfs/go-log v0.0.1 | ||
github.com/ipfs/go-merkledag v0.2.3 | ||
github.com/ipfs/go-verifcid v0.0.1 | ||
github.com/ipld/go-codec-dagpb v1.2.0 | ||
github.com/ipld/go-ipld-prime v0.9.0 | ||
github.com/libp2p/go-libp2p-core v0.8.5 | ||
github.com/libp2p/go-libp2p-testing v0.4.0 | ||
github.com/multiformats/go-multihash v0.0.15 | ||
github.com/libp2p/go-libp2p-core v0.2.2 | ||
github.com/libp2p/go-libp2p-testing v0.1.0 | ||
github.com/multiformats/go-multihash v0.0.8 | ||
) |
Oops, something went wrong.