summaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Expand)Author
2024-05-31feat: support for reading gzip,bzip2 and xz filesDaniel Milde
2024-05-07chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#342)dependabot[bot]
2024-05-07chore(deps): bump golang.org/x/sys from 0.17.0 to 0.20.0dependabot[bot]
2024-03-04chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]
2024-03-04fix: revert back maruel/natural and stanza to be compatible with Ubuntu LTS 2...Daniel Milde
2024-02-21chore(deps): bump github.com/maruel/natural from 1.1.0 to 1.1.1dependabot[bot]
2024-02-18chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0dependabot[bot]
2024-02-18chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0dependabot[bot]
2024-02-18feat: upgrade tview and tcellDaniel Milde
2024-02-12chore(deps): bump golang.org/x/netdependabot[bot]
2024-02-12chore(deps): bump golang.org/x/sys from 0.8.0 to 0.12.0dependabot[bot]
2024-02-12fix: use slices from expDaniel Milde
2024-02-12feat: first versionDaniel Milde
2023-06-07chore(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3dependabot[bot]
2023-05-31chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4dependabot[bot]
2023-05-31feat: upgrade dependenciesDaniel Milde
2023-03-20chore(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0 (#227)dependabot[bot]
2023-02-24chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#222)dependabot[bot]
2022-09-18feat: upgrade all dependenciesDaniel Milde
2022-09-09refactor: use only yaml for reading/writing config fileDaniel Milde
2022-09-07feat: use configuration fileDaniel Milde
2022-08-02feat: natural sorting of namesDaniel Milde
2022-08-01upgrade dependenciesPhani Rithvij
2022-01-18balance speed and memory usageDaniel Milde
2021-09-05suspend the application instead of stoppingDaniel Milde
2021-08-20chore: dependencies upgradedDaniel Milde
2021-06-07replace std log module with sirupsen/logrusDaniel Milde
2021-05-31modules cleanedv5.0.1Daniel Milde
2021-05-31fix: update tview to fix crashhuangnauh
2021-02-21dependencies updatedDaniel Milde
2021-01-20use github.com/fatih/color instead of github.com/gookit/colorv4.2.0Daniel Milde
2021-01-15use cobra [BC break]Daniel Milde
2021-01-12added colors to non-interactive modeDaniel Milde
2021-01-12detect TTY, added no-progress flagDaniel Milde
2020-12-24fixed dependenciesDaniel Milde
2020-12-24first UI testDaniel Milde
2020-12-24added first test, added badgesDaniel Milde
2020-12-24added readmev1.0.0Daniel Milde
2020-11-18show current dirDaniel Milde