From 71330bb4fb24ceaab1b32a448bd3d0b71df78eaf Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 26 Jul 2022 21:44:35 +0200 Subject: Updated dependencies --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 69f5f2c..3f909f8 100644 --- a/go.mod +++ b/go.mod @@ -7,11 +7,11 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/google/uuid v1.3.0 github.com/kr/pretty v0.2.1 // indirect - github.com/mattn/go-sqlite3 v1.14.12 - github.com/stretchr/testify v1.7.0 - golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 + github.com/mattn/go-sqlite3 v1.14.14 + github.com/stretchr/testify v1.8.0 + golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + gopkg.in/yaml.v3 v3.0.1 ) require github.com/pmezard/go-difflib v1.0.0 // indirect -- cgit v1.2.3