Skip to content

Commit

Permalink
fix: go.mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Nov 5, 2024
1 parent 1883719 commit 7b63f89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/github-bot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module bot

go 1.22.2

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

require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/sethvargo/go-githubactions v1.3.0 // indirect
github.com/google/go-github/v66 v66.0.0
github.com/sethvargo/go-githubactions v1.3.0
)

require github.com/google/go-querystring v1.1.0 // indirect

0 comments on commit 7b63f89

Please sign in to comment.