Commit 1330a47
committed
Fix build and vendoring
The build was running glide install which installs the dependencies
found in the lock file. As a result we were running a very old version
of OPA.
These changes vendor the plugin dependencies and remove the glide step
from the build process. It's no longer required since all of the deps
are contained in the repo.
Also, remove broken plugin install from the README.
Signed-off-by: Torin Sandall <[email protected]>1 parent 9a58d7b commit 1330a47
File tree
1,937 files changed
+498736
-39
lines changed- vendor
- github.com
- Microsoft/go-winio
- archive/tar
- testdata
- backuptar
- vhd
- wim
- lzx
- validate
- coreos/go-systemd
- activation
- daemon
- dbus
- examples/activation
- httpserver
- fixtures
- journal
- login1
- machine1
- scripts
- jenkins
- travis
- sdjournal
- unit
- util
- dchest/siphash
- docker
- go-connections
- nat
- proxy
- sockets
- tlsconfig
- fixtures
- go-plugins-helpers
- authorization
- graphdriver
- shim
- ipam
- network
- sdk
- secrets
- volume
- shim
- fsnotify/fsnotify
- .github
- ghodss/yaml
- open-policy-agent/opa
- ast
- build
- bundle
- cmd
- cover
- dependencies
- design
- docs
- book
- images
- best-practice-identity-bundle.graffle
- best-practice-identity-jwt.graffle
- best-practice-identity-push.graffle
- best-practice-identity-remote.graffle
- layouts
- styles
- Roboto
- tutorials
- deployments-docker/example
- deployments-kubernetes
- kubernetes-admission-control-validation
- css
- components
- devel
- fonts
- icon-fonts
- scss/components/icon
- gulp
- images
- js
- src/scss
- base
- article
- a
- blockquote
- body
- button
- checkbox
- code
- div
- em
- h1
- h2
- h3
- h4
- h5
- h6
- header
- hr
- input--color
- input--datetime-local
- input--date
- input--email
- input--file
- input--month
- input--number
- input--password
- input--range
- input--search
- input--tel
- input--text
- input--time
- input--url
- input--week
- input
- label
- ol
- pre
- p
- radio
- select
- strong
- table
- textarea
- ul
- components
- core
- extends
- functions
- mixins
- settings
- variables
- layouts
- vendors
- breakpoint-sass
- stylesheets
- breakpoint
- parsers
- double
- resolution
- single
- triple
- modular-scale
- stylesheets
- modular-scale
- reset
- format
- testfiles
- internal/presentation
- loader
- logo
- metrics
- misc/syntax
- atom
- language-rego
- grammars
- textmate
- plugins
- bundle
- logs
- rest
- status
- profiler
- rego
- repl
- runtime
- server
- authorizer
- identifier
- types
- writer
- storage
- inmem
- tester
- test
- authz
- scheduler
- topdown
- builtins
- copypropagation
- types
- util
- test
- version
- watch
- pkg/errors
- rcrowley/go-metrics
- cmd
- metrics-bench
- metrics-example
- never-read
- exp
- librato
- stathat
- yashtewari/glob-intersection
- golang.org/x
- net
- bpf
- testdata
- context
- ctxhttp
- dict
- dns/dnsmessage
- html
- atom
- charset
- testdata
- testdata
- go
- webkit
- scripted
- http2
- h2demo
- h2i
- hpack
- testdata
- http
- httpguts
- httpproxy
- icmp
- idna
- internal
- iana
- nettest
- socket
- sockstest
- socks
- timeseries
- ipv4
- ipv6
- lif
- nettest
- netutil
- proxy
- publicsuffix
- route
- trace
- webdav
- internal/xml
- websocket
- xsrftoken
- sys
- cpu
- plan9
- unix
- linux
- windows
- registry
- svc
- debug
- eventlog
- example
- mgr
- gopkg.in/yaml.v2
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,937 files changed
+498736
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 70 | | |
81 | 71 | | |
82 | 72 | | |
| |||
85 | 75 | | |
86 | 76 | | |
87 | 77 | | |
88 | | - | |
| 78 | + | |
89 | 79 | | |
90 | 80 | | |
91 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 5 | + | |
15 | 6 | | |
16 | 7 | | |
17 | 8 | | |
18 | 9 | | |
19 | 10 | | |
20 | | - | |
21 | 11 | | |
22 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments