Skip to content

Commit

Permalink
github pull request checks (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle authored Nov 2, 2023
1 parent 65e589a commit 7243966
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1,509 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ updates:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/onsi/gomega
versions:
- 1.10.4
- 1.10.5
16 changes: 15 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@ require (
golang.org/x/oauth2 v0.13.0
)

go 1.12
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)

go 1.20
Loading

0 comments on commit 7243966

Please sign in to comment.