mirror of
https://github.com/ChronosX88/openkeepd.git
synced 2024-11-08 21:11:00 +00:00
3a8ccaea9e
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
316 B
Modula-2
12 lines
316 B
Modula-2
module github.com/ChronosX88/openkeepd
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|