phoenix/go.mod

18 lines
377 B
Modula-2
Raw Permalink Normal View History

2023-04-06 10:36:11 +05:00
module github.com/ordinary-dev/phoenix
go 1.22
2023-04-06 10:36:11 +05:00
require (
Bump the go-deps group with 4 updates Bumps the go-deps group with 4 updates: [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt), [golang.org/x/crypto](https://github.com/golang/crypto), [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/golang-jwt/jwt/v5` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1) Updates `golang.org/x/crypto` from 0.17.0 to 0.21.0 - [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.21.0) Updates `gorm.io/driver/sqlite` from 1.5.4 to 1.5.5 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.4...v1.5.5) Updates `gorm.io/gorm` from 1.25.5 to 1.25.7-0.20240204074919-46816ad31dde - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/commits) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 15:57:23 +05:00
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/sirupsen/logrus v1.9.3
Bump the go-deps group with 4 updates Bumps the go-deps group with 4 updates: [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt), [golang.org/x/crypto](https://github.com/golang/crypto), [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/golang-jwt/jwt/v5` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1) Updates `golang.org/x/crypto` from 0.17.0 to 0.21.0 - [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.21.0) Updates `gorm.io/driver/sqlite` from 1.5.4 to 1.5.5 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.4...v1.5.5) Updates `gorm.io/gorm` from 1.25.5 to 1.25.7-0.20240204074919-46816ad31dde - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/commits) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 15:57:23 +05:00
golang.org/x/crypto v0.21.0
2023-04-06 10:36:11 +05:00
)
require (
github.com/stretchr/testify v1.8.3 // indirect
Bump the go-deps group with 4 updates Bumps the go-deps group with 4 updates: [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt), [golang.org/x/crypto](https://github.com/golang/crypto), [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) and [gorm.io/gorm](https://github.com/go-gorm/gorm). Updates `github.com/golang-jwt/jwt/v5` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1) Updates `golang.org/x/crypto` from 0.17.0 to 0.21.0 - [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.21.0) Updates `gorm.io/driver/sqlite` from 1.5.4 to 1.5.5 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.4...v1.5.5) Updates `gorm.io/gorm` from 1.25.5 to 1.25.7-0.20240204074919-46816ad31dde - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/commits) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 15:57:23 +05:00
golang.org/x/sys v0.18.0 // indirect
2023-04-06 10:36:11 +05:00
)