chore(deps): add go mod

This commit is contained in:
George Antoniadis
2020-10-29 22:51:13 +00:00
parent 9359c9fe3a
commit 6253800261
2 changed files with 100 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/romdo/go-conver
go 1.15
require (
github.com/Masterminds/semver v1.5.0
github.com/go-git/go-git/v5 v5.2.0
github.com/octago/sflags v0.2.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
)