mirror of
https://github.com/samber/lo.git
synced 2025-09-26 20:11:13 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
573 B
Modula-2
24 lines
573 B
Modula-2
module github.com/samber/lo
|
|
|
|
go 1.18
|
|
|
|
//
|
|
// Dev dependencies are excluded from releases. Please check CI.
|
|
//
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/thoas/go-funk v0.9.3
|
|
go.uber.org/goleak v1.2.1
|
|
golang.org/x/text v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|