-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
22 lines (20 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/paultyng/changelog-gen
go 1.14
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.18.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/go-hclog v0.12.2
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/shurcooL/githubv4 v0.0.0-20190119021625-d9689b595017
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect
golang.org/x/oauth2 v0.0.0-20190220154721-9b3c75971fc9
golang.org/x/sys v0.0.0-20200430082407-1f5687305801 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)