Updated go version

This commit is contained in:
Patrick Alvin Alcala 2025-12-19 17:54:33 +08:00
parent 68dc7fabfb
commit cc15e7aae8
2 changed files with 4 additions and 18 deletions

View file

@ -1,6 +1,6 @@
module ocbo-esign-backend
go 1.25.4
go 1.25.5
require (
github.com/gin-contrib/cors v1.7.6
@ -21,7 +21,7 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.29.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goccy/go-yaml v1.19.0 // indirect
github.com/goccy/go-yaml v1.19.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect