Skip to content

Commit

Permalink
agent: Fix DDR5 memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Nov 14, 2024
1 parent 97e40f9 commit a843d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/taigrr/systemctl v1.0.7
github.com/ulikunitz/xz v0.5.12
github.com/vishvananda/netlink v1.3.0
github.com/yumaojun03/dmidecode v0.1.4
github.com/yumaojun03/dmidecode v0.1.5-0.20231113021359-c053d91d9679
golang.org/x/sys v0.27.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
Expand Down
4 changes: 2 additions & 2 deletions agent/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=
github.com/xlab/treeprint v1.2.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yumaojun03/dmidecode v0.1.4 h1:ZmHBHs5sE5z1clgpry9tmuWeo2FBFi018MiSAWr+5n8=
github.com/yumaojun03/dmidecode v0.1.4/go.mod h1:34bbsMNMNjDbijDpRuqd+2ZapDKxvhO+FlgGgOgS6G8=
github.com/yumaojun03/dmidecode v0.1.5-0.20231113021359-c053d91d9679 h1:opdH1OwBGrL9Uil6akkXqtHFYe3hYtugPGMUCC+jAiQ=
github.com/yumaojun03/dmidecode v0.1.5-0.20231113021359-c053d91d9679/go.mod h1:7iFa4NvM+dLZjKVs/prwGUXvXCBtaoPz6E0joTS7TXQ=
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43 h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=
Expand Down

0 comments on commit a843d16

Please sign in to comment.