diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-06-08 03:44:07 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-06-08 03:44:07 +0200 |
commit | 8215b59834d8a02cb43d34c55d9604dda7749cfd (patch) | |
tree | 99b56f086acd67884edf7721db57a13cf1b3596b /go.mod | |
parent | 6fc00ba3dd5f3c0e882ab06126f216b85b2a09cf (diff) | |
download | sklad-8215b59834d8a02cb43d34c55d9604dda7749cfd.tar.gz sklad-8215b59834d8a02cb43d34c55d9604dda7749cfd.tar.xz sklad-8215b59834d8a02cb43d34c55d9604dda7749cfd.zip |
Update dependencies
Somehow we have got rid of a lot of indirect nonsense.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -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 |