Files
tank/go.mod
T
dependabot[bot]andGitHub 708110c498 Bump golang.org/x/crypto from 0.0.0-20200709230013-948cd5f35899 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200709230013-948cd5f35899 to 0.1.0.
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-13 09:28:47 +00:00

15 lines
308 B
AMPL

module github.com/eyebluecn/tank
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/glebarez/sqlite v1.4.0
github.com/json-iterator/go v1.1.10
github.com/robfig/cron/v3 v3.0.1
golang.org/x/crypto v0.1.0
golang.org/x/text v0.4.0
gorm.io/driver/mysql v1.3.2
gorm.io/gorm v1.23.2
)