-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 866 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
27
28
module github.com/roryq/checkmate
go 1.23
require (
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v48 v48.2.0
github.com/migueleliasweb/go-github-mock v1.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
github.com/samber/lo v1.47.0
github.com/sethvargo/go-githubactions v1.3.0
github.com/stretchr/testify v1.10.0
golang.org/x/oauth2 v0.24.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-github/v64 v64.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.3.0 // indirect
)