-
Notifications
You must be signed in to change notification settings - Fork 12
/
Gopkg.toml
45 lines (36 loc) · 924 Bytes
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
required = [
"github.com/golang/protobuf/protoc-gen-go",
"github.com/johanbrandhorst/protobuf/protoc-gen-gopherjs",
"myitcv.io/react/cmd/reactGen",
"myitcv.io/immutable/cmd/immutableGen",
"github.com/foobaz/go-zopfli",
"github.com/gopherjs/gopherjs",
]
[prune]
non-go = true
unused-packages = true
go-tests = true
[[prune.project]]
name = "github.com/johanbrandhorst/protobuf"
non-go = false
[[prune.project]]
name = "myitcv.io"
non-go = false
[[prune.project]]
name = "github.com/gopherjs/jsbuiltin"
non-go = false
[[constraint]]
name = "github.com/johanbrandhorst/protobuf"
version = "0.7.0"
[[constraint]]
name = "github.com/improbable-eng/grpc-web"
version = "0.6.0"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "honnef.co/go/js/xhr"
[[constraint]]
branch = "master"
name = "myitcv.io"