Skip to content

Commit

Permalink
fix Flare archive structure (#1171)
Browse files Browse the repository at this point in the history
* add new dep

* rename

* begin

* fix zip

* this too

* fix

* fix

* update Gopkg.lock

* try

* fix

* fix

* add override

* remove magic

* use hex

* fix

* add reno

* typo
  • Loading branch information
ofek committed Feb 6, 2018
1 parent c87ef28 commit 54199f2
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 148 deletions.
233 changes: 148 additions & 85 deletions Gopkg.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
name = "github.com/gorilla/mux"
version = "1.1.0"

[[constraint]]
name = "github.com/mholt/archiver"
revision = "26cf5bb32d07aa4e8d0de15f56ce516f4641d7df"

[[constraint]]
name = "github.com/jhoonb/archivex"
revision = "be4efa7ec0c38ab76d56037014c90d48d6b13037"
Expand Down Expand Up @@ -83,6 +87,10 @@
name = "github.com/stretchr/testify"
version = "1.1.3"

[[override]]
name = "github.com/ugorji/go"
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"

[[constraint]]
name = "gopkg.in/yaml.v2"

Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ core,github.com/jquery/jquery,MIT
core,github.com/k-sone/snmpgo,MIT
core,github.com/kardianos/osext,BSD-3-Clause
core,github.com/magiconair/properties,BSD-2-Clause
core,github.com/mholt/archiver,MIT
core,github.com/Microsoft/go-winio,MIT
core,github.com/mitchellh/mapstructure,MIT
core,github.com/mitchellh/reflectwalk,MIT
Expand Down
Loading

0 comments on commit 54199f2

Please sign in to comment.