mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
We've moved to go modules, and keeping both working is burdensome. In fact, I think dep already wasn't working.pull/466/head
Ayke van Laethem
5 years ago
committed by
Ron Evans
5 changed files with 37 additions and 97 deletions
@ -1,51 +0,0 @@ |
|||
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. |
|||
|
|||
|
|||
[[projects]] |
|||
branch = "master" |
|||
digest = "1:06519a2ec1d59040eaccec40206f9d0b59dc662db2a032f974d6d6b9a2bcb839" |
|||
name = "github.com/blakesmith/ar" |
|||
packages = ["."] |
|||
pruneopts = "UT" |
|||
revision = "8bd4349a67f2533b078dbc524689d15dba0f4659" |
|||
|
|||
[[projects]] |
|||
branch = "master" |
|||
digest = "1:00b45e06c7843541372fc17d982242bd6adfc2fc382b6f2e9ef9ce53d87a50b9" |
|||
name = "github.com/marcinbor85/gohex" |
|||
packages = ["."] |
|||
pruneopts = "UT" |
|||
revision = "7a43cd876e46e0f6ddc553f10f91731a78e6e949" |
|||
|
|||
[[projects]] |
|||
branch = "master" |
|||
digest = "1:ba70784a3deee74c0ca3c87bcac3c2f93d3b2d27d8f237b768c358b45ba47da8" |
|||
name = "golang.org/x/tools" |
|||
packages = [ |
|||
"go/ast/astutil", |
|||
"go/ssa", |
|||
"go/types/typeutil", |
|||
] |
|||
pruneopts = "UT" |
|||
revision = "8dcc6e70cdefe9a82236b6e195e4f4e2108fcb9f" |
|||
|
|||
[[projects]] |
|||
branch = "llvm8" |
|||
digest = "1:bf5539bdf6b3cc3ec1e45926db05d81180da11ce722fa1edcce3f0b4e1967da5" |
|||
name = "tinygo.org/x/go-llvm" |
|||
packages = ["."] |
|||
pruneopts = "UT" |
|||
revision = "7707ae5d1261a8929edea7336c8087ca8b520d8d" |
|||
|
|||
[solve-meta] |
|||
analyzer-name = "dep" |
|||
analyzer-version = 1 |
|||
input-imports = [ |
|||
"github.com/blakesmith/ar", |
|||
"github.com/marcinbor85/gohex", |
|||
"golang.org/x/tools/go/ast/astutil", |
|||
"golang.org/x/tools/go/ssa", |
|||
"tinygo.org/x/go-llvm", |
|||
] |
|||
solver-name = "gps-cdcl" |
|||
solver-version = 1 |
@ -1,11 +0,0 @@ |
|||
[[constraint]] |
|||
branch = "llvm8" |
|||
name = "tinygo.org/x/go-llvm" |
|||
|
|||
[[constraint]] |
|||
branch = "master" |
|||
name = "golang.org/x/tools" |
|||
|
|||
[prune] |
|||
go-tests = true |
|||
unused-packages = true |
Loading…
Reference in new issue