Update dependencies.

This commit is contained in:
2021-11-01 20:48:38 +00:00
parent 22642481c8
commit d29e51ea14
2 changed files with 147 additions and 76 deletions
+12 -16
View File
@@ -3,25 +3,21 @@ module github.com/lukaszraczylo/semver-generator
go 1.16
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/klauspost/compress v1.13.2 // indirect
github.com/lithammer/fuzzysearch v1.1.2
github.com/lukaszraczylo/simple-gql-client v1.32.1
github.com/lithammer/fuzzysearch v1.1.3
github.com/lukaszraczylo/simple-gql-client v1.32.14
github.com/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7
github.com/melbahja/got v0.5.0
github.com/melbahja/got v0.6.1
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.8.1
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/fasthttp v1.28.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
github.com/spf13/viper v1.9.0
github.com/tidwall/gjson v1.11.0
github.com/valyala/fasthttp v1.31.0 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
)