Skip to content

Commit

Permalink
fix(deps): update module cunicu.li/gont/v2 to v2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 12, 2024
1 parent 2a1b563 commit 8f62eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module cunicu.li/go-babel
go 1.21

require (
cunicu.li/gont/v2 v2.6.8
cunicu.li/gont/v2 v2.6.9
golang.org/x/net v0.27.0
)

Expand Down Expand Up @@ -41,7 +41,7 @@ require (
golang.org/x/arch v0.3.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.23.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cunicu.li/gont/v2 v2.6.7 h1:X31qnNZCwarFdMthnJpuBIUpkyvXIvbcR34CmQ6mi+0=
cunicu.li/gont/v2 v2.6.7/go.mod h1:C0uFCJsewk5EL0rQLGFfHaTR5S8KVyC9vr5mh7y1KJE=
cunicu.li/gont/v2 v2.6.8 h1:gZR/hf/acqHRRKv3BO7aSSLS0fIs8EoCOz/HsAFHcR4=
cunicu.li/gont/v2 v2.6.8/go.mod h1:HXobP4pD25wm3mAAyF1zTslxdKBD9od1mrSPBl7fGBM=
cunicu.li/gont/v2 v2.6.9 h1:bwYa5c7U87X20n6DWJaLfkRMt6gSkTOUTru91xY4xrw=
cunicu.li/gont/v2 v2.6.9/go.mod h1:ezOGLbhHHTEBmduzq6Xxc2xik3lk7TcfY5yKflIUIl4=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
Expand Down Expand Up @@ -469,6 +471,8 @@ golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down

0 comments on commit 8f62eca

Please sign in to comment.