Skip to content

Commit

Permalink
fix(deps): update github.com/samborkent/uuid digest to 700ade6
Browse files Browse the repository at this point in the history
| datasource | package                    | from                               | to                                 |
| ---------- | -------------------------- | ---------------------------------- | ---------------------------------- |
| go         | github.com/samborkent/uuid | v0.0.0-20240324164324-079317f91359 | v0.0.0-20240822152423-700ade606696 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 2e517b3 commit ed0dc8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/synapsecns/sanguine/core

go 1.22.1
go 1.23.0

toolchain go1.22.4
toolchain go1.23.1

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

Expand Down Expand Up @@ -37,7 +37,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
github.com/rung/go-safecast v1.0.1
github.com/samborkent/uuid v0.0.0-20240324164324-079317f91359
github.com/samborkent/uuid v0.0.0-20240822152423-700ade606696
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/slack-io/slacker v0.1.1
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/samborkent/uuid v0.0.0-20240324164324-079317f91359 h1:MdIGoY7G1boHSmELPx22SWkO0GhQV3bcShp/+Nk+1Vw=
github.com/samborkent/uuid v0.0.0-20240324164324-079317f91359/go.mod h1:GHaYSRAICY0YNxburxs6U4hxXAuD885rkFnH9k6xUYk=
github.com/samborkent/uuid v0.0.0-20240822152423-700ade606696 h1:B4WM3xMfsC3ogsMw4470pMD219DK96gBv4xUQxuFgfs=
github.com/samborkent/uuid v0.0.0-20240822152423-700ade606696/go.mod h1:foY8H5ECRfeKsWwIGCSt17NsAZgJRknMs2aAvgasj3Q=
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
Expand Down

0 comments on commit ed0dc8c

Please sign in to comment.