summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..29ec97a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module go.snilius.com/goboom
+
+go 1.14
+
+require (
+ github.com/go-ini/ini v1.32.0
+ github.com/gocarina/gocsv v0.0.0-20180113182942-45cbb9cde54e
+ github.com/victorhaggqvist/pflag v0.0.2-0.20160203232644-de7e39409b47
+)