Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Massad committed Jan 4, 2024
1 parent 71a2342 commit fa656b6
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 58 deletions.
36 changes: 22 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,34 @@ module github.com/Massad/gin-boilerplate
go 1.14

require (
github.com/gin-contrib/gzip v0.0.1
github.com/gin-gonic/gin v1.7.2
github.com/bytedance/sonic v1.10.2 // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.9.1
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/go-playground/validator/v10 v10.8.0
github.com/go-redis/redis/v7 v7.3.0
github.com/go-playground/validator/v10 v10.16.0
github.com/go-redis/redis/v7 v7.4.1
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/lib/pq v1.5.2
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/lib/pq v1.10.9
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.8 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/poy/onpar v1.1.2 // indirect
github.com/stretchr/testify v1.6.1
github.com/ugorji/go v1.2.6 // indirect
github.com/stretchr/testify v1.8.4
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
golang.org/x/arch v0.7.0 // indirect
golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.16.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit fa656b6

Please sign in to comment.