Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from ipfs/petar/up
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
aschmahmann authored Aug 19, 2020
2 parents 4e8a6c8 + 45ce328 commit ed123ad
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

# disable travis install
install:
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs@v0.6.0)
- (cd /tmp && go get github.com/ipfs/go-ipfs/cmd/ipfs)

script:
- bash <(curl -s https://raw.githubusercontent.com/ipfs/ci-helpers/master/travis-ci/run-standard-tests.sh)
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ module github.com/ipfs/go-ipfs-http-client

require (
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.5
github.com/ipfs/go-ipfs-cmds v0.2.2
github.com/ipfs/go-cid v0.0.7
github.com/ipfs/go-ipfs-cmds v0.3.0
github.com/ipfs/go-ipfs-files v0.0.8
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-merkledag v0.3.1
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-path v0.0.7
github.com/ipfs/go-unixfs v0.2.4
github.com/ipfs/interface-go-ipfs-core v0.3.0
github.com/ipfs/interface-go-ipfs-core v0.4.0
github.com/ipfs/iptb v1.4.0
github.com/ipfs/iptb-plugins v0.2.2
github.com/libp2p/go-libp2p-core v0.5.1
github.com/ipfs/iptb-plugins v0.3.0
github.com/libp2p/go-libp2p-core v0.6.1
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.2.1
github.com/multiformats/go-multiaddr-net v0.1.4
github.com/multiformats/go-multihash v0.0.13
github.com/multiformats/go-multiaddr v0.3.0
github.com/multiformats/go-multiaddr-net v0.2.0
github.com/multiformats/go-multihash v0.0.14
github.com/pkg/errors v0.9.1
)

go 1.12
go 1.13
Loading

0 comments on commit ed123ad

Please sign in to comment.