phoenix/go.mod
dependabot[bot] 3de5a034b7
Bump golang.org/x/crypto in the go-deps group across 1 directory
Bumps the go-deps group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.21.0 to 0.24.0
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 06:17:23 +00:00

18 lines
377 B
Modula-2

module github.com/ordinary-dev/phoenix
go 1.22
require (
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
golang.org/x/crypto v0.24.0
)
require (
github.com/stretchr/testify v1.8.3 // indirect
golang.org/x/sys v0.21.0 // indirect
)