diff --git a/go.mod b/go.mod index 27c0ab4..5f1ed2e 100644 --- a/go.mod +++ b/go.mod @@ -4,17 +4,17 @@ go 1.20 require ( github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29 - github.com/gin-gonic/gin v1.9.1 + github.com/gin-gonic/gin v1.10.0 github.com/gofrs/uuid v4.4.0+incompatible - github.com/google/uuid v1.3.1 + github.com/google/uuid v1.6.0 github.com/lib/pq v1.10.9 github.com/o1egl/paseto/v2 v2.1.1 github.com/o1egl/paseto/v2 v2.1.1 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/swaggo/files/v2 v2.0.0 github.com/swaggo/files/v2 v2.0.0 github.com/swaggo/gin-swagger v1.6.0 - github.com/swaggo/swag v1.16.2 + github.com/swaggo/swag v1.16.3 github.com/swaggo/swag/example/celler v2.0.0-rc3 ) @@ -65,18 +65,18 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/pelletier/go-toml/v2 v2.0.8 // indirect - github.com/spf13/viper v1.16.0 + github.com/spf13/viper v1.19.0 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect github.com/ugorji/go/codec v1.2.11 // indirect golang.org/x/arch v0.3.0 // indirect - golang.org/x/crypto v0.13.0 - golang.org/x/mod v0.12.0 + golang.org/x/crypto v0.24.0 + golang.org/x/mod v0.18.0 golang.org/x/net v0.15.0 // indirect golang.org/x/sys v0.12.0 // indirect golang.org/x/text v0.13.0 // indirect - golang.org/x/tools v0.13.0 + golang.org/x/tools v0.22.0 google.golang.org/protobuf v1.30.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - gorm.io/driver/postgres v1.5.2 - gorm.io/gorm v1.25.4 + gorm.io/driver/postgres v1.5.9 + gorm.io/gorm v1.25.10 )