Skip to content

Commit 5f64ddb

Browse files
committed
update dependencies
1 parent f2bc12c commit 5f64ddb

File tree

35 files changed

+899
-763
lines changed

35 files changed

+899
-763
lines changed

Gopkg.lock

Lines changed: 18 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
ignored = ["github.com/RTradeLtd/go-ipfs-plugin-i2p-gateway"]
1+
# Gopkg.toml example
2+
#
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
4+
# for detailed Gopkg.toml documentation.
5+
#
6+
# required = ["github.com/user/thing/cmd/thing"]
7+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8+
#
9+
# [[constraint]]
10+
# name = "github.com/user/project"
11+
# version = "1.0.0"
12+
#
13+
# [[constraint]]
14+
# name = "github.com/user/project2"
15+
# branch = "dev"
16+
# source = "github.com/myfork/project2"
17+
#
18+
# [[override]]
19+
# name = "github.com/x/y"
20+
# version = "2.4.0"
21+
#
22+
# [prune]
23+
# non-go = false
24+
# go-tests = true
25+
# unused-packages = true
26+
227

328
[[constraint]]
429
branch = "fix/imports"
@@ -9,8 +34,8 @@ ignored = ["github.com/RTradeLtd/go-ipfs-plugin-i2p-gateway"]
934
name = "github.com/eyedeekay/sam-forwarder"
1035

1136
[[constraint]]
12-
name = "github.com/ipfs/go-ipfs-config"
13-
version = "0.2.15"
37+
name = "github.com/ipfs/go-ipfs"
38+
version = "0.4.18"
1439

1540
[[constraint]]
1641
name = "github.com/ipfs/go-ipfs-util"
@@ -21,12 +46,8 @@ ignored = ["github.com/RTradeLtd/go-ipfs-plugin-i2p-gateway"]
2146
version = "1.1.0"
2247

2348
[[constraint]]
24-
name = "github.com/ipfs/go-ipfs"
2549
branch = "master"
26-
27-
[[constraint]]
2850
name = "github.com/multiformats/go-multiaddr"
29-
branch = "master"
3051

3152
[prune]
3253
go-tests = true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fmt:
4040
find ./i2p ./config -name '*.go' -exec gofmt -w {} \;
4141

4242
test:
43-
#go test ./config -v
43+
go test ./config -v
4444
go test ./i2p -v
4545

4646
vet:

vendor/github.com/agl/ed25519/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

vendor/github.com/agl/ed25519/ed25519.go

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)