Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit 1f9f3e7

Browse files
author
Derek Gonyeo
committed
vendor: switch to glide, update all dependencies
The validation logic in Ignition had diverged between here and the latest release (v0.16.0) at some point. Since the vendored projects here were already being touched, this commit took the opportunity to switch everything here to use glide and update all dependencies to the latest version. The new Makefile has a vendor target that runs the correct glide commands to reapply any changes to glide.yaml.
1 parent 7339197 commit 1f9f3e7

File tree

250 files changed

+4954
-25817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+4954
-25817
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: vendor
2+
vendor:
3+
@glide update --strip-vendor
4+
@glide-vc --use-lock-file --no-tests --only-code

glide.lock

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package: github.com/coreos/container-linux-userdata-validator
2+
import:
3+
- package: github.com/coreos/coreos-cloudinit
4+
version: 1.13.0
5+
subpackages:
6+
- config/validate
7+
- package: github.com/coreos/ignition
8+
version: 0.16.0
9+
subpackages:
10+
- config
11+
- package: github.com/crawford/nap
12+
version: 0.1.0
13+
- package: github.com/gorilla/mux
14+
version: 1.4.0

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/decode.go renamed to vendor/github.com/ajeddeloh/go-json/decode.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/encode.go renamed to vendor/github.com/ajeddeloh/go-json/encode.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/fold.go renamed to vendor/github.com/ajeddeloh/go-json/fold.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/indent.go renamed to vendor/github.com/ajeddeloh/go-json/indent.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/scanner.go renamed to vendor/github.com/ajeddeloh/go-json/scanner.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/stream.go renamed to vendor/github.com/ajeddeloh/go-json/stream.go

File renamed without changes.

vendor/github.com/coreos/ignition/config/vendor/github.com/ajeddeloh/go-json/tags.go renamed to vendor/github.com/ajeddeloh/go-json/tags.go

File renamed without changes.

0 commit comments

Comments
 (0)