Skip to content

Commit

Permalink
Fix problems with buildind under Mac because of github.com/mattn/go-i…
Browse files Browse the repository at this point in the history
…eproxy
  • Loading branch information
dragetd committed Apr 13, 2022
1 parent eb72853 commit 63e8771
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 366 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release-Changelog

## v1.5.0 (2022-04-4)
## v1.5.1 (2022-03-13)
### Fixes
* Downgrade github.com/mattn/go-ieproxy dependency to 0.0.1 since it was causing build issues on Mac.

## v1.5.0 (2022-04-04)
### Features
* trivrost will log the progress of downloads if the connection was interrupted for any reason.
* The binary can now be compressed with UPX when using `make compress`. Reduces the final filesize to less than 50%.
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module github.com/setlog/trivrost
require (
git.sr.ht/~tslocum/preallocate v0.1.2
github.com/MMulthaupt/chronometry v0.1.1
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.13.0
github.com/go-ole/go-ole v1.2.6
github.com/gofrs/flock v0.8.1
github.com/mattn/go-ieproxy v0.0.3
github.com/mattn/go-ieproxy v0.0.1
github.com/prometheus/client_golang v1.12.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.8.1
Expand Down
Loading

0 comments on commit 63e8771

Please # to comment.