summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1e43249
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,17 @@
+module github.com/xxxserxxx/gotop-nvidia
+
+require (
+ github.com/GeertJohan/go.rice v1.0.0 // indirect
+ github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
+ github.com/k0kubun/pp v3.0.1+incompatible // indirect
+ github.com/mailru/easyjson v0.7.1 // indirect
+ github.com/rai-project/config v0.0.0-20190926180509-3bd01e698aad // indirect
+ github.com/rai-project/logger v0.0.0-20190701163301-49978a80bf96 // indirect
+ github.com/rai-project/nvidia-smi v0.0.0-20190730061239-864eb441c9ae
+ github.com/rai-project/tegra v0.0.0-20181119122707-1d9901ca382b // indirect
+ github.com/xxxserxxx/gotop v0.0.0-20200228130651-7a89225d729d
+)
+
+replace github.com/xxxserxxx/gotop => ../gotop
+
+go 1.13