Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
faa0200c
Commit
faa0200c
authored
Jul 07, 2020
by
Adin Schmahmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated deps
parent
2cad3129
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
169 additions
and
86 deletions
+169
-86
test/dependencies/go.mod
test/dependencies/go.mod
+3
-3
test/dependencies/go.sum
test/dependencies/go.sum
+166
-83
No files found.
test/dependencies/go.mod
View file @
faa0200c
...
@@ -4,7 +4,7 @@ go 1.13
...
@@ -4,7 +4,7 @@ go 1.13
require (
require (
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
github.com/Kubuxu/gocovmerge v0.0.0-20161216165753-7ecaa51963cd
github.com/golangci/golangci-lint v1.
18
.0
github.com/golangci/golangci-lint v1.
26
.0
github.com/ipfs/go-blockservice v0.1.3
github.com/ipfs/go-blockservice v0.1.3
github.com/ipfs/go-cid v0.0.6
github.com/ipfs/go-cid v0.0.6
github.com/ipfs/go-cidutil v0.0.2
github.com/ipfs/go-cidutil v0.0.2
...
@@ -17,7 +17,7 @@ require (
...
@@ -17,7 +17,7 @@ require (
github.com/ipfs/go-unixfs v0.2.4
github.com/ipfs/go-unixfs v0.2.4
github.com/ipfs/hang-fds v0.0.2
github.com/ipfs/hang-fds v0.0.2
github.com/ipfs/iptb v1.4.0
github.com/ipfs/iptb v1.4.0
github.com/ipfs/iptb-plugins v0.
2.4-0.20200707173455-682d901a0d46
github.com/ipfs/iptb-plugins v0.
3.0
github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785
github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
github.com/jbenet/go-random-files v0.0.0-20190219210431-31b3f20ebded
...
@@ -26,5 +26,5 @@ require (
...
@@ -26,5 +26,5 @@ require (
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multiaddr v0.2.2
github.com/multiformats/go-multiaddr-net v0.1.5
github.com/multiformats/go-multiaddr-net v0.1.5
github.com/multiformats/go-multihash v0.0.13
github.com/multiformats/go-multihash v0.0.13
gotest.tools/gotestsum v0.
3.5
gotest.tools/gotestsum v0.
4.2
)
)
test/dependencies/go.sum
View file @
faa0200c
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment