-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/go-rel/rel from 0.39.0 to 0.41.0 (#75)
* Bump github.com/go-rel/rel from 0.39.0 to 0.41.0 Bumps [github.com/go-rel/rel](https://github.com/go-rel/rel) from 0.39.0 to 0.41.0. - [Release notes](https://github.com/go-rel/rel/releases) - [Changelog](https://github.com/go-rel/rel/blob/master/changeset_test.go) - [Commits](go-rel/rel@v0.39.0...v0.41.0) --- updated-dependencies: - dependency-name: github.com/go-rel/rel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fs02 <[email protected]>
- Loading branch information
1 parent
9a24994
commit 3c0de87
Showing
2 changed files
with
25 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
module github.com/go-rel/changeset | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
require ( | ||
github.com/azer/snakecase v1.0.0 | ||
github.com/go-rel/rel v0.39.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/stretchr/testify v1.8.3 | ||
github.com/go-rel/rel v0.41.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tidwall/gjson v1.17.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/nxadm/tail v1.4.4 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect | ||
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters