Skip to content

Commit

Permalink
Bump github.com/Songmu/gotesplit from 0.2.1 to 0.3.1 in /tests/tools (#…
Browse files Browse the repository at this point in the history
…3718)

Bumps [github.com/Songmu/gotesplit](https://github.com/Songmu/gotesplit) from 0.2.1 to 0.3.1.
- [Release notes](https://github.com/Songmu/gotesplit/releases)
- [Changelog](https://github.com/Songmu/gotesplit/blob/main/CHANGELOG.md)
- [Commits](Songmu/gotesplit@v0.2.1...v0.3.1)

---
updated-dependencies:
- dependency-name: github.com/Songmu/gotesplit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3b6a5d3 commit d71e534
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions tests/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module github.com/signalfx/splunk-otel-collector/tests/tools

go 1.20

require github.com/Songmu/gotesplit v0.2.1
require github.com/Songmu/gotesplit v0.3.1

require (
github.com/jstemmer/go-junit-report v1.0.0 // indirect
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
github.com/jstemmer/go-junit-report/v2 v2.0.0 // indirect
golang.org/x/sync v0.3.0 // indirect
)
14 changes: 8 additions & 6 deletions tests/tools/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/Songmu/gotesplit v0.2.1 h1:qJFvR75nJpeKyMQFwyDtFrcc6zDWhrHAkks7DvM8oLo=
github.com/Songmu/gotesplit v0.2.1/go.mod h1:sVBfmLT26b1H5VhUpq8cRhCVK75GAmW9c8r2NiK0gzk=
github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds=
github.com/jstemmer/go-junit-report v1.0.0/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 h1:w8s32wxx3sY+OjLlv9qltkLU5yvJzxjjgiHWLjdIcw4=
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
github.com/Songmu/gotesplit v0.3.1 h1:w/xNwYEYIiIe4aErY7I4fpTYp1A53rIhx18RZfR797s=
github.com/Songmu/gotesplit v0.3.1/go.mod h1:Gc6lQzFz/oYJd2mMD8kwT1llsgtDnuEQhIQv2HSNOfg=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/jstemmer/go-junit-report/v2 v2.0.0 h1:bMZNO9B16VFn07tKyi4YJFIbZtVmJaa5Xakv9dcwK58=
github.com/jstemmer/go-junit-report/v2 v2.0.0/go.mod h1:mgHVr7VUo5Tn8OLVr1cKnLuEy0M92wdRntM99h7RkgQ=
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=

0 comments on commit d71e534

Please sign in to comment.