From 04ed8e803c33bd91d265e440db9997706ebe5ba2 Mon Sep 17 00:00:00 2001 From: Joel Rebello Date: Tue, 26 Apr 2022 16:52:18 +0200 Subject: [PATCH] go.mod: deps updated after rebase --- go.mod | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index b918e83d..02879aa3 100644 --- a/go.mod +++ b/go.mod @@ -12,14 +12,16 @@ require ( github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.8.1 github.com/spf13/viper v1.7.1 - github.com/stmcginnis/gofish v0.12.0 + github.com/stmcginnis/gofish v0.12.1-0.20220311113027-6072260f4c8d github.com/stretchr/testify v1.7.0 - golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670 - golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 + golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f gopkg.in/go-playground/assert.v1 v1.2.1 gopkg.in/go-playground/validator.v9 v9.31.0 ) +require github.com/subosito/gotenv v1.2.0 // indirect + require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect @@ -36,11 +38,6 @@ require ( github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.7.1 - github.com/stmcginnis/gofish v0.12.1-0.20220311113027-6072260f4c8d - github.com/stretchr/testify v1.7.0 - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 - golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect