Commit a9147103 authored by Eric Myhre's avatar Eric Myhre

Dropping .gopath and other unmaintained scripts.

Unless we can keep these up to date with go-mod state automatically
(and we don't currently have tools for that), maintaining both these
systems is problematic.
parent f6f71240
[submodule ".gopath/src/github.com/polydawn/refmt"]
path = .gopath/src/github.com/polydawn/refmt
url = https://github.com/polydawn/refmt
[submodule ".gopath/src/golang.org/x/sys"]
path = .gopath/src/golang.org/x/sys
url = https://go.googlesource.com/sys
[submodule ".gopath/src/golang.org/x/crypto"]
path = .gopath/src/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule ".gopath/src/github.com/ipfs/go-cid"]
path = .gopath/src/github.com/ipfs/go-cid
url = https://github.com/ipfs/go-cid
[submodule ".gopath/src/github.com/multiformats/go-multibase"]
path = .gopath/src/github.com/multiformats/go-multibase
url = https://github.com/multiformats/go-multibase
[submodule ".gopath/src/github.com/multiformats/go-multihash"]
path = .gopath/src/github.com/multiformats/go-multihash
url = https://github.com/multiformats/go-multihash
[submodule ".gopath/src/github.com/minio/sha256-simd"]
path = .gopath/src/github.com/minio/sha256-simd
url = https://github.com/minio/sha256-simd
[submodule ".gopath/src/github.com/minio/blake2b-simd"]
path = .gopath/src/github.com/minio/blake2b-simd
url = https://github.com/minio/blake2b-simd
[submodule ".gopath/src/github.com/gxed/hashland"]
path = .gopath/src/github.com/gxed/hashland
url = https://github.com/gxed/hashland
[submodule ".gopath/src/github.com/mr-tron/base58"]
path = .gopath/src/github.com/mr-tron/base58
url = https://github.com/mr-tron/base58
[submodule ".gopath/src/github.com/spaolacci/murmur3"]
path = .gopath/src/github.com/spaolacci/murmur3
url = https://github.com/spaolacci/murmur3
[submodule ".gopath/src/github.com/multiformats/go-base32"]
path = .gopath/src/github.com/multiformats/go-base32
url = https://github.com/multiformats/go-base32
[submodule ".gopath/src/github.com/warpfork/go-wish"]
path = .gopath/src/github.com/warpfork/go-wish
url = https://github.com/warpfork/go-wish
src/github.com/ipld/go-ipld-prime
\ No newline at end of file
Subproject commit 45ac3eb2d3ef19e58394a2d771ac36d3b4141c47
Subproject commit 3da5bbbe45260437a44f777e6b2e5effa2606901
../../../../
\ No newline at end of file
Subproject commit 3f5f724cb5b182a5c278d6d3d55b40e7f8c2efb4
Subproject commit f675151bb5e19dc10d7430bd9d4ef5e7d1b5521f
Subproject commit b1dd383fd2c02d7933db93f157e339f1899b5163
Subproject commit a9c2755c3d1672dbe6a7e4a5d182169fa30b6a8e
Subproject commit b84fc17b7761c4c48606130d9a203faac6878797
Subproject commit 572861f2e56f271cbbcab31a85a24453e676c8c8
Subproject commit 3d65705ee9f12dc0dfcc0dc6cf9666e97b93f339
Subproject commit 539464a789e9b9f01bc857458ffe2c5c1a2ed382
Subproject commit b9ea61034e4af2bdd5c47b1690048490844f01f6
crypto @ 530e9359
Subproject commit 530e935923ad688be97c15eeb8e5ee42ebf2b54a
sys @ e047566f
Subproject commit e047566fdf82409bf7a52212cf71df83ea2772fb
{
"imports": {
"base": "catalog:early.polydawn.io/monolith/busybash:v1:linux-amd64",
"go": "catalog:early.hyphae.polydawn.io/go:v1.10:linux-amd64",
"src": "ingest:git:.:HEAD"
},
"steps": {
"test": {
"operation": {
"inputs": {
"/": "base"
"/app/go": "go"
"/task": "src"
},
"action": {
"exec": [
"/bin/bash", "-c",
"export PATH=$PATH:/app/go/go/bin && export GOPATH=$PWD/.gopath && go test -tags 'skipgenbehavtests' ./..."
]
}
}
}
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment