From 8215b59834d8a02cb43d34c55d9604dda7749cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 8 Jun 2021 03:44:07 +0200 Subject: Update dependencies Somehow we have got rid of a lot of indirect nonsense. --- go.mod | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c4f03d0..0e57481 100644 --- a/go.mod +++ b/go.mod @@ -2,27 +2,4 @@ module janouch.name/sklad go 1.12 -require ( - github.com/boombuler/barcode v1.0.0 - github.com/cosiner/argv v0.0.1 // indirect - github.com/cpuguy83/go-md2man v1.0.10 // indirect - github.com/go-delve/delve v1.2.0 // indirect - github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect - github.com/mattn/go-colorable v0.1.1 // indirect - github.com/mattn/go-isatty v0.0.7 // indirect - github.com/mattn/go-runewidth v0.0.4 // indirect - github.com/peterh/liner v1.1.0 // indirect - github.com/pkg/profile v1.3.0 // indirect - github.com/russross/blackfriday v2.0.0+incompatible // indirect - github.com/sirupsen/logrus v1.4.1 // indirect - github.com/spf13/cobra v0.0.3 // indirect - github.com/spf13/pflag v1.0.3 // indirect - github.com/stretchr/objx v0.2.0 // indirect - golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect - golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect - golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect - golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 // indirect - golang.org/x/tools v0.0.0-20190411180116-681f9ce8ac52 // indirect - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/yaml.v2 v2.2.2 // indirect -) +require github.com/boombuler/barcode v1.0.1 -- cgit v1.2.3