Skip to content

Commit

Permalink
[AutoCommit] update inter dependent modules
Browse files Browse the repository at this point in the history
  • Loading branch information
drshriveer authored and github-actions[bot] committed Mar 14, 2024
1 parent 64624fb commit 40dccd8
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions gconfig/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/drshriveer/gtools/gconfig
go 1.21.1

require (
github.com/drshriveer/gtools/genum v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/genum v0.0.0-20240314202711-64624fbcb20a
github.com/drshriveer/gtools/gerror v0.0.0-20240118184715-48af8963ff63
github.com/drshriveer/gtools/set v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/set v0.0.0-20240314202711-64624fbcb20a
github.com/puzpuzpuz/xsync/v3 v3.0.2
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
8 changes: 4 additions & 4 deletions gconfig/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions genum/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/drshriveer/gtools/genum
go 1.21.1

require (
github.com/drshriveer/gtools/gencommon v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/gencommon v0.0.0-20240314202711-64624fbcb20a
github.com/drshriveer/gtools/rutils v0.0.0-20240118184715-48af8963ff63
github.com/drshriveer/gtools/set v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/set v0.0.0-20240314202711-64624fbcb20a
github.com/itzg/go-flagsfiller v1.12.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
8 changes: 4 additions & 4 deletions genum/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gerror/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/drshriveer/gtools/gerror
go 1.21.1

require (
github.com/drshriveer/gtools/gencommon v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/set v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/gencommon v0.0.0-20240314202711-64624fbcb20a
github.com/drshriveer/gtools/set v0.0.0-20240314202711-64624fbcb20a
github.com/fatih/structtag v1.2.0
github.com/itzg/go-flagsfiller v1.12.0
github.com/stretchr/testify v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions gerror/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gogenproto/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/drshriveer/gtools/gogenproto
go 1.21.1

require (
github.com/drshriveer/gtools/gencommon v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/gencommon v0.0.0-20240314202711-64624fbcb20a
github.com/itzg/go-flagsfiller v1.12.0
)

Expand Down
4 changes: 2 additions & 2 deletions gogenproto/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gsort/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/drshriveer/gtools/gsort
go 1.21.1

require (
github.com/drshriveer/gtools/gencommon v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/set v0.0.0-20240314193424-6a0f360e569e
github.com/drshriveer/gtools/gencommon v0.0.0-20240314202711-64624fbcb20a
github.com/drshriveer/gtools/set v0.0.0-20240314202711-64624fbcb20a
github.com/itzg/go-flagsfiller v1.12.0
github.com/stretchr/testify v1.9.0
)
Expand Down
8 changes: 4 additions & 4 deletions gsort/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40dccd8

Please sign in to comment.