[skip-changelog] Drop gohex fork and use upstream library again (#1212)
Since https://github.com/marcinbor85/gohex/pull/2 has been merged there is no more reason to keep the fork.
Showing
... | ... | @@ -12,7 +12,6 @@ require ( |
github.com/cmaglie/pb v1.0.27 | ||
github.com/codeclysm/cc v1.2.2 // indirect | ||
github.com/codeclysm/extract/v3 v3.0.2 | ||
github.com/facchinm/gohex v0.0.0-20201008150446-be2a6be25790 | ||
github.com/fatih/color v1.7.0 | ||
github.com/fluxio/iohelpers v0.0.0-20160419043813-3a4dd67a94d2 // indirect | ||
github.com/fluxio/multierror v0.0.0-20160419044231-9c68d39025e5 // indirect | ||
... | ... | @@ -23,6 +22,7 @@ require ( |
github.com/kr/text v0.2.0 // indirect | ||
github.com/leonelquinteros/gotext v1.4.0 | ||
github.com/lithammer/fuzzysearch v1.1.1 | ||
github.com/marcinbor85/gohex v0.0.0-20210308104911-55fb1c624d84 | ||
github.com/mattn/go-colorable v0.1.2 | ||
github.com/mattn/go-isatty v0.0.8 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
... | ... |
Please register or sign in to comment