Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

update deps to fix security warnings #220

Merged
merged 4 commits into from
Sep 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: ipfs/ci-websites
- image: ipfs/ci-websites:latest
environment:
DEBUG: "true"
steps:
Expand Down
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ ipfs-theme:

packages:
# The JS packages don't actually generate useful docs right now, so skip them
# $(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs-api master $(PKGDIR) pkg
# $(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs-http-client master $(PKGDIR) pkg
# $(PREPEND)scripts/pkg2md.sh github.com/ipfs/js-ipfs master $(PKGDIR) pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs-api gx/v1.3.5 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs/core/coreapi v0.4.18 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs/core/coreapi/interface v0.4.18 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs/core/coreapi/interface/options v0.4.18 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs-api v0.0.2 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/go-ipfs-http-client v0.0.3 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/interface-go-ipfs-core v0.1.0 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/interface-go-ipfs-core/options v0.1.0 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/interface-go-ipfs-core/path v0.1.0 $(PKGDIR) go/pkg
$(PREPEND)scripts/pkg2md.sh github.com/ipfs/interface-go-ipfs-core/options/namesys v0.1.0 $(PKGDIR) go/pkg

resources: ipfs-theme packages

Expand Down
10 changes: 10 additions & 0 deletions content/guides/examples/api/demoapp/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/ipfs/docs/content/guides/examples/api/demoapp

go 1.12

replace github.com/dgraph-io/badger => github.com/dgraph-io/badger v1.6.0-rc1

require (
github.com/ipfs/go-ipfs v0.4.21
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
)
761 changes: 761 additions & 0 deletions content/guides/examples/api/demoapp/go.sum

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions content/guides/examples/api/randobj/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/ipfs/docs/content/guides/examples/api/randobj

go 1.12

replace github.com/dgraph-io/badger => github.com/dgraph-io/badger v1.6.0-rc1

require (
github.com/ipfs/go-ipfs v0.4.21
github.com/ipfs/go-ipfs-util v0.0.1
)
760 changes: 760 additions & 0 deletions content/guides/examples/api/randobj/go.sum

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions content/guides/examples/api/service/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/ipfs/docs/content/guides/examples/api/service

go 1.12

replace github.com/dgraph-io/badger => github.com/dgraph-io/badger v1.6.0-rc1

require github.com/ipfs/go-ipfs v0.4.21
760 changes: 760 additions & 0 deletions content/guides/examples/api/service/go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/ipfs/docs

go 1.12

require github.com/davecheney/godoc2md v0.0.0-20190217193848-4eed58d98896
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/davecheney/godoc2md v0.0.0-20190217193848-4eed58d98896 h1:apKR8F+DQ+Hyn+M04tw7U99LZXzlMwLONP+1yLcKRUw=
github.com/davecheney/godoc2md v0.0.0-20190217193848-4eed58d98896/go.mod h1:mUyU+12reTra3LLJzldnOLcKjknB0ajbIpIgvIBF4OE=
golang.org/x/tools v0.0.0-20181011021141-0e57ebad1d6b h1:HmX7qDZr5gv5SRnNE4hk4jaqDx4+d+bmiXgS3zdanJs=
golang.org/x/tools v0.0.0-20181011021141-0e57ebad1d6b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
113 changes: 58 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading