-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,30 @@ | ||
module github.com/roryq/checkmate | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/bmatcuk/doublestar/v4 v4.6.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/bmatcuk/doublestar/v4 v4.6.1 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/go-github/v48 v48.2.0 | ||
github.com/migueleliasweb/go-github-mock v0.0.19 | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e | ||
github.com/samber/lo v1.38.1 | ||
github.com/sethvargo/go-githubactions v1.1.0 | ||
github.com/samber/lo v1.39.0 | ||
github.com/sethvargo/go-githubactions v1.2.0 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/oauth2 v0.11.0 | ||
golang.org/x/oauth2 v0.19.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/cloudflare/circl v1.3.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-github/v53 v53.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 | ||
github.com/sethvargo/go-envconfig v0.9.0 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters