mirror of
https://github.com/samber/lo.git
synced 2025-09-26 12:01:12 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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.11.1
|
|
github.com/thoas/go-funk v0.9.3
|
|
go.uber.org/goleak v1.2.1
|
|
golang.org/x/text v0.22.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
|
|
)
|