Skip to content

Commit

Permalink
Merge pull request ipfs/kubo#5919 from ipfs/gx/cmds-and-cors
Browse files Browse the repository at this point in the history
[CORS] Bubble go-ipfs-cmds 2.0.10 - Updates CORS library

This commit was moved from ipfs/kubo@b36037a
  • Loading branch information
Stebalien authored Jan 11, 2019
2 parents 39b59c5 + 1411efc commit ec149b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gateway/core/corehttp/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
corecommands "github.com/ipfs/go-ipfs/core/commands"

path "gx/ipfs/QmNYPETsdAu2uQ1k9q9S1jYEGURaLHV6cbYRSVFVRftpF8/go-path"
cmds "gx/ipfs/QmaAP56JAwdjwisPTu4yx17whcjTr6y5JCSCF77Y1rahWV/go-ipfs-cmds"
cmdsHttp "gx/ipfs/QmaAP56JAwdjwisPTu4yx17whcjTr6y5JCSCF77Y1rahWV/go-ipfs-cmds/http"
cmds "gx/ipfs/QmWGm4AbZEbnmdgVTza52MSNpEmBdFVqzmAysRbjrRyGbH/go-ipfs-cmds"
cmdsHttp "gx/ipfs/QmWGm4AbZEbnmdgVTza52MSNpEmBdFVqzmAysRbjrRyGbH/go-ipfs-cmds/http"
config "gx/ipfs/QmcRKBUqc2p3L1ZraoJjbXfs9E6xzvEuyK9iypb5RGwfsr/go-ipfs-config"
)

Expand Down

0 comments on commit ec149b4

Please sign in to comment.