Commits on Source (8)
-
🤖 GitLab Bot 🤖 authored
-
Patrick Rice authored
go: Update module golang.org/x/oauth2 to v0.25.0 See merge request !2137
-
Jeremy Tymes authored
-
-
Patrick Rice authored
Fix SourcePipeline struct typo Closes #2087 See merge request !2139
-
Patrick Rice authored
go: Update module golang.org/x/time to v0.9.0 See merge request !2138
-
-
Patrick Rice authored
Update definitions in ListGroupIssuesOptions See merge request !2141
Showing
- event_webhook_types.go 1 addition, 1 deletionevent_webhook_types.go
- event_webhook_types_test.go 6 additions, 6 deletionsevent_webhook_types_test.go
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 4 deletionsgo.sum
- issues.go 20 additions, 20 deletionsissues.go
- issues_test.go 1 addition, 1 deletionissues_test.go
... | ... | @@ -7,8 +7,8 @@ require ( |
github.com/hashicorp/go-cleanhttp v0.5.2 | ||
github.com/hashicorp/go-retryablehttp v0.7.7 | ||
github.com/stretchr/testify v1.10.0 | ||
golang.org/x/oauth2 v0.24.0 | ||
golang.org/x/time v0.8.0 | ||
golang.org/x/oauth2 v0.25.0 | ||
golang.org/x/time v0.9.0 | ||
) | ||
require ( | ||
... | ... |