build: update to Go 1.26

This commit is contained in:
Sahilb315
2026-07-22 16:10:14 +05:30
parent 94781d6bda
commit e8ae270286
7 changed files with 193 additions and 77 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
module github.com/safedep/pmg/scripts
go 1.25.1
go 1.26
require (
github.com/go-playground/validator/v10 v10.30.2
github.com/go-playground/validator/v10 v10.30.3
github.com/stretchr/testify v1.11.1
)
@@ -16,9 +16,9 @@ require (
github.com/leodido/go-urn v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)