-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module gitlab.com/l0nax/changelog-go
go 1.16
require (
github.com/blang/semver/v4 v4.0.0
github.com/emirpasic/gods v1.12.1-0.20191007224813-4e23915b9a82 // indirect
github.com/getsentry/sentry-go v0.11.0
github.com/hashicorp/hcl v1.0.1-0.20191016231534-914dc3f8dd7c // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/binarydist v0.1.0 // indirect
github.com/kr/pretty v0.3.0
github.com/l0nax/go-selfupdate v0.0.0-20200330101320-dd48074c4073
github.com/l0nax/sentryhook v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/gomega v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.0.1-0.20180205163309-da645544ed44 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/subosito/gotenv v1.2.1-0.20190917103637-de67a6614a4d // indirect
github.com/tcnksm/go-gitconfig v0.1.2
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.4.0
)