Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: X-Guardian <[email protected]>
  • Loading branch information
X-Guardian committed Dec 17, 2024
1 parent a8b82b5 commit 3a8a7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require (

require github.com/twmb/murmur3 v1.1.8 // indirect

require github.com/google/go-github/v66 v66.0.0
require github.com/google/go-github/v66 v66.0.0 // indirect

require (
dario.cat/mergo v1.0.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion server/events/vcs/testdata/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"testing"

"github.com/golang-jwt/jwt/v5"
"github.com/google/go-github/v66/github"
"github.com/google/go-github/v67/github"
"github.com/mcdafydd/go-azuredevops/azuredevops"
)

Expand Down

0 comments on commit 3a8a7dc

Please sign in to comment.