test(ethtool): add basic checks to validate image
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..70f8808
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+module github.com/vexxhost/atmosphere
+
+go 1.19
+
+require (
+	github.com/stretchr/testify v1.8.0
+	gopkg.in/yaml.v3 v3.0.1
+)
+
+require (
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+)