-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 747 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 747 Bytes
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
module github.com/telia-oss/github-pr-resource
go 1.24.0
toolchain go1.24.13
require (
github.com/google/go-github/v61 v61.0.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed
github.com/stretchr/testify v1.11.1
golang.org/x/oauth2 v0.35.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)