mirror of
https://github.com/Luzifer/shareport.git
synced 2024-11-08 14:20:09 +00:00
e1879b9359
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191122220453-ac88ee75c92c 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>
15 lines
442 B
Modula-2
15 lines
442 B
Modula-2
module github.com/Luzifer/shareport
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
|
|
github.com/Luzifer/go_helpers/v2 v2.10.0
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.1.0
|
|
)
|