Skip to content

Commit

Permalink
use appscode/jsonpatch instead of mattbaird/jsonpatch
Browse files Browse the repository at this point in the history
until kubernetes-sigs/controller-runtime#289 is released

Signed-off-by: adrienjt <adrienjt@users.noreply.github.com>
  • Loading branch information
adrienjt committed Jan 15, 2019
1 parent a13ad63 commit e51be67
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 70 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ required = [
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"

# https://github.com/mattbaird/jsonpatch/issues/7
# until https://github.com/kubernetes-sigs/controller-runtime/pull/289 is released
[[override]]
name = "github.com/mattbaird/jsonpatch"
source = "https://github.com/appscode/jsonpatch.git"
2 changes: 2 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions vendor/github.com/mattbaird/jsonpatch/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/mattbaird/jsonpatch/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e51be67

Please sign in to comment.