From ef93a5772ef0b2a4849a3a3f6008251e4a3bb097 Mon Sep 17 00:00:00 2001 From: Sighery Date: Sun, 14 Aug 2022 20:37:16 +0200 Subject: [PATCH] Update project to Go v1.17 --- go.mod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d3f3a50..426edcb 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,11 @@ module github.com/Sighery/gonjalla -go 1.14 +go 1.17 require github.com/stretchr/testify v1.8.0 + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +)