Skip to content

Commit

Permalink
fix: updates to go.mod needed
Browse files Browse the repository at this point in the history
did go mod tidy

related to jenkins-x/jx#8670
  • Loading branch information
msvticket committed Jan 7, 2025
1 parent 4947966 commit a1f33e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/jenkins-x-plugins/jx-secret

go 1.23
go 1.23.0

toolchain go1.23.2
toolchain go1.23.3

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit a1f33e5

Please sign in to comment.