Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openshift/rosa

go 1.25.8
go 1.26.1

require (
github.com/AlecAivazis/survey/v2 v2.2.15
Expand All @@ -19,7 +19,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3
github.com/aws/smithy-go v1.27.2
github.com/briandowns/spinner v1.23.2
github.com/dchest/validator v0.0.0-20191217151620-8e45250f2371
github.com/dchest/validator v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/golang-jwt/jwt/v4 v4.5.2
github.com/golang/glog v1.2.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ github.com/danieljoos/wincred v1.2.0/go.mod h1:FzQLLMKBFdvu+osBrnFODiv32YGwCfx0S
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dchest/validator v0.0.0-20191217151620-8e45250f2371 h1:BuLreR1acrosGsW+njS+RxyPgL06rYTkasZA2NAogEo=
github.com/dchest/validator v0.0.0-20191217151620-8e45250f2371/go.mod h1:ZfpgrLR1i3mQWz5fIRfkyMIh9zLOy3MwTc7hUBVPlww=
github.com/dchest/validator v1.0.0 h1:ubw4v03lRKeD6RhF6yAf8LGWV4pVRkxnomokWm/6VG8=
github.com/dchest/validator v1.0.0/go.mod h1:FQMtDP/C6hTqH2TMWeTOdr7VLhtDGO2halxVUuHhMAo=
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/dvsekhvalnov/jose2go v1.7.0 h1:bnQc8+GMnidJZA8zc6lLEAb4xNrIqHwO+9TzqvtQZPo=
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/dchest/validator/.travis.yml

This file was deleted.

6 changes: 2 additions & 4 deletions vendor/github.com/dchest/validator/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/dchest/validator/domain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/cpuguy83/go-md2man/v2/md2man
# github.com/danieljoos/wincred v1.2.0
## explicit; go 1.18
github.com/danieljoos/wincred
# github.com/dchest/validator v0.0.0-20191217151620-8e45250f2371
## explicit
# github.com/dchest/validator v1.0.0
## explicit; go 1.26.1
github.com/dchest/validator
# github.com/dustin/go-humanize v1.0.1
## explicit; go 1.16
Expand Down