Skip to content

Commit

Permalink
update sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 21, 2025
1 parent 0791a28 commit 5b94e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace gopkg.in/yaml.v2 => github.com/july2993/yaml v0.0.0-20200423062752-adcfa
replace github.com/jedib0t/go-pretty/v6 => github.com/nexustar/go-pretty/v6 v6.5.8-tiup

require (
github.com/AstroProfundis/sysinfo v0.0.0-20220902033416-231991f6df3c
github.com/AstroProfundis/sysinfo v0.0.0-20240112160158-ed54df16e9ce
github.com/BurntSushi/toml v1.2.1
github.com/ScaleFT/sshkeys v1.2.0
github.com/alecthomas/assert v1.0.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/AstroProfundis/sysinfo v0.0.0-20220902033416-231991f6df3c h1:Uf603egKJU8kRS5SsL8tBuBQb/t/qmKio06pwTeRH24=
github.com/AstroProfundis/sysinfo v0.0.0-20220902033416-231991f6df3c/go.mod h1:Zc/DBosH2jLHhf/5Ux6sifoneJ1JSvtVCRExJ84A/q8=
github.com/AstroProfundis/sysinfo v0.0.0-20240112160158-ed54df16e9ce h1:gZeTM/cITaHpJzdV1kMfq/XdEMQPYv8rdeVueGrbCkY=
github.com/AstroProfundis/sysinfo v0.0.0-20240112160158-ed54df16e9ce/go.mod h1:InOUjgR40M4ZG3lDfn8taRJxzzvU8FTF/v6IBNKXjyQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
Expand Down

0 comments on commit 5b94e47

Please sign in to comment.