Skip to content

Commit

Permalink
Remove gosigar override from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
bowd committed Jun 30, 2020
1 parent 304484b commit 0e1d241
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
github.com/edsrzf/mmap-go v0.0.0-20160512033002-935e0e8a636c // indirect
github.com/elastic/gosigar v0.8.1-0.20180330100440-37f05ff46ffa
github.com/elastic/gosigar v0.10.5
github.com/ernesto-jimenez/gogen v0.0.0-20180125220232-d7d4131e6607 // indirect
github.com/fatih/color v1.3.0
github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc
Expand Down Expand Up @@ -75,6 +75,3 @@ require (
gopkg.in/yaml.v2 v2.2.7 // indirect
gotest.tools v2.2.0+incompatible // indirect
)

// Use our fork which contains the fix to build on iOS
replace github.com/elastic/gosigar => github.com/celo-org/gosigar v0.10.5-celo1

0 comments on commit 0e1d241

Please sign in to comment.