summaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorTyler Cipriani <tcipriani@wikimedia.org>2018-11-02 09:40:58 -0600
committerTyler Cipriani <tcipriani@wikimedia.org>2018-12-10 17:33:15 -0700
commit56e830f6417fe1ebda1bdc2cf7810dcccd9a7da6 (patch)
treea081badcc905a516c3421f9534555fe916b961e3 /Gopkg.lock
parent6597c943b6af809cc30e80070ad42953cab05dc4 (diff)
downloadblubber-56e830f6417fe1ebda1bdc2cf7810dcccd9a7da6.tar.gz
Use JSON as canonical config format
Uses the github.com/ghodss/yaml library to convert YAML to JSON before unmarshaling for the purposes of supporting YAML and JSON input while converting to only support JSON internally. Bug: T207694 Change-Id: I00668014907e9ea54917f5d5067cac08d0668053
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock48
1 files changed, 45 insertions, 3 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 65b35a4..ce4ad61 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -2,68 +2,110 @@
[[projects]]
+ digest = "1:a2c1d0e43bd3baaa071d1b9ed72c27d78169b2b269f71c105ac4ba34b1be4a39"
name = "github.com/davecgh/go-spew"
packages = ["spew"]
+ pruneopts = "NUT"
revision = "346938d642f2ec3594ed81d874461961cd0faa76"
version = "v1.1.0"
[[projects]]
+ digest = "1:3cabbabc9e0e4aa7e12b882bdc213f41cf8bd2b2ce2a7b5e0aceaf8a6a78049b"
name = "github.com/docker/distribution"
- packages = ["digest","reference"]
+ packages = [
+ "digest",
+ "reference",
+ ]
+ pruneopts = "NUT"
revision = "48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89"
version = "v2.6.2"
[[projects]]
+ digest = "1:81466b4218bf6adddac2572a30ac733a9255919bc2f470b4827a317bd4ee1756"
+ name = "github.com/ghodss/yaml"
+ packages = ["."]
+ pruneopts = "NUT"
+ revision = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
+ version = "v1.0.0"
+
+[[projects]]
+ digest = "1:672bdbde3b59017aba3b328d0ec42dc30e0ab80ff48681947596785738c00ff1"
name = "github.com/go-playground/locales"
- packages = [".","currency"]
+ packages = [
+ ".",
+ "currency",
+ ]
+ pruneopts = "NUT"
revision = "e4cbcb5d0652150d40ad0646651076b6bd2be4f6"
version = "v0.11.2"
[[projects]]
+ digest = "1:1683152827ebac377858b53a6ad0be90fb1711061c7e580c5dc719834a349162"
name = "github.com/go-playground/universal-translator"
packages = ["."]
+ pruneopts = "NUT"
revision = "b32fa301c9fe55953584134cb6853a13c87ec0a1"
version = "v0.16.0"
[[projects]]
branch = "v2"
+ digest = "1:981e58364d2283b4f5931e7a1c4a2c3c09f1336bacf2d64c63ca9356fd9a0099"
name = "github.com/pborman/getopt"
packages = ["v2"]
+ pruneopts = "NUT"
revision = "0fd4e972e7f7285fbae5863470524ece4ae99d78"
[[projects]]
+ digest = "1:0028cb19b2e4c3112225cd871870f2d9cf49b9b4276531f03438a88e94be86fe"
name = "github.com/pmezard/go-difflib"
packages = ["difflib"]
+ pruneopts = "NUT"
revision = "792786c7400a136282c1664665ae0a8db921c6c2"
version = "v1.0.0"
[[projects]]
+ digest = "1:b5c8b4a0ad5f65a85eb2a9f89e30c638ef8b99f8a3f078467cea778869757666"
name = "github.com/stretchr/testify"
packages = ["assert"]
+ pruneopts = "NUT"
revision = "69483b4bd14f5845b5a1e55bca19e954e827f1d0"
version = "v1.1.4"
[[projects]]
+ digest = "1:67eb9fdb94a67a723deaef120f1ec70cfdb1553ca6ccea38e0650d7b1747c6ac"
name = "github.com/utahta/go-openuri"
packages = ["."]
+ pruneopts = "NUT"
revision = "e3e1c475535dd7256d67286b1c8c223721aafa05"
version = "v0.1.0"
[[projects]]
+ digest = "1:e396e0963c85b8a2b437e419b55aa0169a212eb06a7c88fd2bf16e5e5cfce2f2"
name = "gopkg.in/go-playground/validator.v9"
packages = ["."]
+ pruneopts = "NUT"
revision = "1b8c8e19cd250435025214492d9a08411d760fdd"
version = "v9.12.0"
[[projects]]
branch = "v2"
+ digest = "1:c85dc78b3426641ebf2a0bbf5b731b5c4613ddb5987dbe218f7e75468dcd56f5"
name = "gopkg.in/yaml.v2"
packages = ["."]
+ pruneopts = "NUT"
revision = "eb3733d160e74a9c7e442f435eb3bea458e1d19f"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
- inputs-digest = "8cdb40365412638a73ba10e3c82296098a85b4df74a25186aec4bd7b3a8c50e4"
+ input-imports = [
+ "github.com/docker/distribution/reference",
+ "github.com/ghodss/yaml",
+ "github.com/pborman/getopt/v2",
+ "github.com/stretchr/testify/assert",
+ "github.com/utahta/go-openuri",
+ "gopkg.in/go-playground/validator.v9",
+ "gopkg.in/yaml.v2",
+ ]
solver-name = "gps-cdcl"
solver-version = 1