mirror of
https://github.com/romdo/go-conver.git
synced 2026-02-19 08:16:40 +00:00
15 lines
451 B
Modula-2
15 lines
451 B
Modula-2
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
|
|
github.com/wfscheper/convcom v0.0.0-20200418012201-7aa0e60ba66c
|
|
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect
|
|
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
|
|
)
|