mirror of
https://github.com/tiennm99/mysql-keepalive.git
synced 2026-08-04 16:26:51 +00:00
62fd54ee01
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1. - [Commits](https://github.com/FiloSottile/edwards25519/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: filippo.io/edwards25519 dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
213 B
AMPL
13 lines
213 B
AMPL
module github.com/tiennm99/mysql-keepalive
|
|
|
|
go 1.23.12
|
|
|
|
toolchain go1.24.10
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require filippo.io/edwards25519 v1.1.1 // indirect
|