mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
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/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/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7
|
|
github.com/melbahja/got v0.5.0
|
|
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
|
|
)
|