mirror of
https://github.com/Luzifer/git-changerelease.git
synced 2024-12-20 19:11:17 +00:00
10 lines
204 B
Modula-2
10 lines
204 B
Modula-2
module github.com/Luzifer/git-changerelease
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|