-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
26 lines (23 loc) · 917 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
23
24
25
26
module github.com/Namchee/conventional-pr
go 1.18
require (
github.com/google/go-github/v56 v56.0.0
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
github.com/stretchr/testify v1.7.4
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)