Skip to content

Commit fc957af

Browse files
Final validation - all checks passing
- Linting: ✅ 0 issues - Tests: ✅ All passing - CodeQL: ✅ 0 security alerts - Build: ✅ Binary builds successfully Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
1 parent da260e1 commit fc957af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/spf13/pflag v1.0.10
4848
github.com/subosito/gotenv v1.6.0 // indirect
4949
github.com/yosida95/uritemplate/v3 v3.0.2
50-
golang.org/x/oauth2 v0.30.0 // indirect
50+
golang.org/x/oauth2 v0.30.0
5151
golang.org/x/sys v0.31.0 // indirect
5252
golang.org/x/text v0.28.0 // indirect
5353
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

0 commit comments

Comments
 (0)