diff options
| author | Fuwn <[email protected]> | 2021-07-15 21:28:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-15 21:28:23 +0000 |
| commit | 1588d2eeb29d74e7a70f87d7f8db3bb13da12950 (patch) | |
| tree | 9cb5f3b9fa2079fe6f23aa899cb514c76a8993a9 /go.mod | |
| parent | feat(skills): add go (diff) | |
| download | space-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.tar.xz space-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.zip | |
feat(templates): poc for a sysinfo footer item
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.16 require ( github.com/pitr/gig v0.9.8 + // github.com/shirou/gopsutil v3.21.6+incompatible github.com/sonyarouje/simdb v0.1.0 github.com/spf13/viper v1.8.1 ) |