commit | 7eadd243d980f78f9161c0568f695c03648db698 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:53:16 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 01 18:59:16 2022 -0400 |
tree | 9cd011639d8fd4e1efc591652158ad40f2f9597b | |
parent | 29d7134e4ed1349f95705037b6065ca1754e9600 [diff] [blame] |
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 +)