summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 4d86b7e..890b954 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,9 @@
module go.snilius.com/goboom
-go 1.14
+go 1.19
require (
- github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
- github.com/ogier/pflag v0.0.1 // indirect
+ github.com/gocarina/gocsv v0.0.0-20220914091333-ceebdd90b590
github.com/spf13/pflag v1.0.5
- github.com/victorhaggqvist/pflag v0.0.2-0.20160203232644-de7e39409b47 // indirect
- gopkg.in/yaml.v2 v2.2.8
+ gopkg.in/yaml.v3 v3.0.1
)