Browse Source

Update tomlv for MIT License

The BurntSushi/toml code is now re-licensed as MIT. While
the vendored package was already updated, the tomlv binary
used was still using the old license type.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 7 years ago
parent
commit
508d5a0bc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/dockerfile/binaries-commits

+ 1 - 1
hack/dockerfile/binaries-commits

@@ -2,7 +2,7 @@
 
 
 # When updating TOMLV_COMMIT, consider updating github.com/BurntSushi/toml
 # When updating TOMLV_COMMIT, consider updating github.com/BurntSushi/toml
 # in vendor.conf accordingly
 # in vendor.conf accordingly
-TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
+TOMLV_COMMIT=a368813c5e648fee92e5f6c30e3944ff9d5e8895
 
 
 # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
 # When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
 RUNC_COMMIT=6c55f98695e902427906eed2c799e566e3d3dfb5
 RUNC_COMMIT=6c55f98695e902427906eed2c799e566e3d3dfb5