You've already forked golang-base-project
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [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>
25 lines
786 B
Modula-2
25 lines
786 B
Modula-2
module github.com/uberswe/golang-base-project
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/gin-contrib/sessions v0.0.4
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.4.1
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/nicksnyder/go-i18n/v2 v2.1.2
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/oklog/ulid/v2 v2.0.2
|
|
github.com/ulule/limiter/v3 v3.9.0
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/text v0.4.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
gorm.io/driver/mysql v1.2.1
|
|
gorm.io/driver/postgres v1.2.3
|
|
gorm.io/driver/sqlite v1.2.6
|
|
gorm.io/gorm v1.22.4
|
|
)
|