diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-19 18:01:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-19 18:01:56 +0300 |
| commit | 3d712890753a4f9981cca95685dec7ad4fff0acf (patch) | |
| tree | ea4d7bac26cebc8c825e0fb7fb6e0865af998e72 /go.mod | |
| parent | fbd3772788d9bd225b185eb2339cb8de27cd4e31 (diff) | |
Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 (#481)
Bumps [github.com/Workiva/go-datastructures](https://github.com/Workiva/go-datastructures) from 1.0.53 to 1.1.0.
- [Release notes](https://github.com/Workiva/go-datastructures/releases)
- [Commits](https://github.com/Workiva/go-datastructures/compare/v1.0.53...v1.1.0)
---
updated-dependencies:
- dependency-name: github.com/Workiva/go-datastructures
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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module x-ui go 1.20 require ( - github.com/Workiva/go-datastructures v1.0.53 + github.com/Workiva/go-datastructures v1.1.0 github.com/gin-contrib/sessions v0.0.4 github.com/gin-gonic/gin v1.9.0 github.com/go-cmd/cmd v1.4.1 |
