-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 923 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 923 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
26
27
28
module github.com/FerretDB/github-actions
go 1.25
toolchain go1.25.7
require (
github.com/FerretDB/gh v0.2.0
github.com/google/go-github/v70 v70.0.1-0.20250402125210-3a3f51bc7c5d
github.com/jdkato/prose/v2 v2.0.0
github.com/sethvargo/go-githubactions v1.3.2
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/oauth2 v0.34.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mingrammer/commonregex v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
gonum.org/v1/gonum v0.7.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)