Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module cunicu.li/gont/v2 to v2.6.5 #82

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4
cunicu.li/gont/v2 v2.6.5
golang.org/x/net v0.26.0
)

Expand All @@ -15,7 +15,7 @@ require (
require (
github.com/cilium/ebpf v0.12.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-delve/delve v1.21.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-ping/ping v1.1.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cunicu.li/gont/v2 v2.6.0 h1:y6RkLAPjR2VoOpJh9qHtT5PX5lsG6pFvsesWHv40pyA=
cunicu.li/gont/v2 v2.6.0/go.mod h1:2zuTbFC/yiahxBD9t8UBQYUAKLDLZeAuVeOzRkTQwCs=
cunicu.li/gont/v2 v2.6.4 h1:r95+q/qRe30ULEIvc6soRmRlEYYhZMJALCDbMunRQBk=
cunicu.li/gont/v2 v2.6.4/go.mod h1:CCNLnp0cvEXpAgIw0Oi9sweg3oUMkfkTFCprESTeVGA=
cunicu.li/gont/v2 v2.6.5 h1:5gvaV+9JmG+OxwWmkVgmr7nm+2uCE5lEDEsr7P0Pj1k=
cunicu.li/gont/v2 v2.6.5/go.mod h1:uVKBXT4p6AYqq8LNXoRltPg5IRoWL+Z6Uab2CAaorwg=
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 @@ -66,6 +68,8 @@ github.com/fxamacker/cbor/v2 v2.5.0 h1:oHsG0V/Q6E/wqTS2O1Cozzsy69nqCiguo5Q1a1ADi
github.com/fxamacker/cbor/v2 v2.5.0/go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo=
github.com/fxamacker/cbor/v2 v2.6.0 h1:sU6J2usfADwWlYDAFhZBQ6TnLFBHxgesMrQfQgk1tWA=
github.com/fxamacker/cbor/v2 v2.6.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-delve/delve v1.21.0 h1:npcc8TZhdVxaMSJon+zqcE3bXM/ck8SSOOWw/id13jI=
github.com/go-delve/delve v1.21.0/go.mod h1:U+OAdfhewudkHsVs/AwhfpSBu7t/NgIXH3+my4T5q78=
Expand Down
Loading