summaryrefslogtreecommitdiffstats
path: root/go.mod
AgeCommit message (Expand)Author
2023-03-22Revert termbox-go dependency bumpTomasz Gardocki
2022-09-29update smart.gorare-magma
2022-09-17smart.go: switch to simpler ReadGenericAttributes() apiAnatol Pomozov
2022-06-18update go.modrare-magma
2022-06-15update go.modrare-magma
2022-06-06add disk temperatures via smart.go / ghwrare-magma
2022-02-17The dash-patch was merged upstream by droundy, so this gets rid of the replace.Sean E. Russell
2022-02-10Temporarily replace David's goopt with my patched version that fixes the dash...Sean E. Russell
2022-02-09Fixes #158, adding a man page. This replaces the flags library in the process...Sean E. Russell
2021-02-03Go 1.16: embed and io/fsSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2021-01-26Bumped gopsutils to v3.20.12, and battery to v0.10.0.Sean E. Russell
2021-01-25Translations didn't work outside of the project directory.v4.1.0Sean E. Russell
2020-11-23Resolves merge conflictsSean E. Russell
2020-07-25Closes #32. Average is really average, over time. Boldify the AVRG label. Rem...Sean E. Russell
2020-06-20Fixes the help text issue. Moved some hard-coded strings to the translation f...Sean E. Russell
2020-06-19Translation files are now bundled.Sean E. Russell
2020-06-18Expand translationsSean E. Russell
2020-06-18Merge branch 'master' into i18nSean E. Russell
2020-06-09Closes #131, SMC GPL issue on OSX; consequently removes need to CGO in darwin.v4.0.1Sean E. Russell
2020-05-31Merge branch 'master' into v4.0Sean E. Russell
2020-05-31Bring 3.5.3 change log forward; pin golang.org/x/sys versionSean E. Russell
2020-05-29Work-around for https://github.com/shirou/gopsutil/issues/853, FreeBSD build ...Sean E. Russell
2020-05-28Fixes #95. When termui updates to the termbox-go with the FreeBSD fix, this c...Sean E. Russell
2020-05-28Fixes #95 Update termui and pin termbox-go to newer version. This commit is b...Sean E. Russell
2020-05-13Revert "gopsutil 2.20 doesn't compile on FreeBSD; rolling back."Sean E. Russell
2020-05-13gopsutil 2.20 doesn't compile on FreeBSD; rolling back.Sean E. Russell
2020-05-12Replaces the Prometheus client with VictoriaMetrics/metricsSean E. Russell
2020-05-01Translations for main.go, so mainly helpSean E. Russell
2020-04-29Have -C look in the usual directories (not always absolute path)Sean E. Russell
2020-04-29Mostly adds the -C option. KNOWN: it must be the first argument.Sean E. Russell
2020-04-27Clean up, and now extensions can register for configurationSean E. Russell
2020-04-27Change from docopt to pflag to support extensions having optionsSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-04-22Switch from smc.c to iSMC.Sean E. Russell
2020-03-07Add ability to look in system-wide directories for configuration filesSean E. Russell
2020-02-28Update go version to match (necessary) plugin versionsv3.4.3Sean E. Russell
2020-02-28Merge branch 'v3.4.x'Sean E. Russell
2020-02-28Abstracts CPU & mem devices.Sean E. Russell
2020-02-27Merge branch 'v3.4.x' into nvidiaSean E. Russell
2020-02-25NVIDIA supportSean E. Russell
2020-02-20Builds for darwin; requires docker.Sean E. Russell
2020-02-18Fixes a layout bug; rolls back gopsutil dep updateSean E. Russell
2020-02-17Fixes cross-compiling, adds a new build scriptv3.3.0Sean E. Russell
2020-02-17Adds log rotation, config file support, and refactoring. Colorschemes are se...Sean E. Russell
2020-02-16Merge prepSean E. Russell
2020-02-14Merge remote-tracking branch 'rephorm/filter'Sean E. Russell
2020-02-14Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'Sean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-12Gets rid of vendor, starts adding dynamic layout.Sean E. Russell