mirror of
https://github.com/romdo/go-conver.git
synced 2026-02-19 08:16:40 +00:00
chore(deps): add go mod
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user