The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#1140)

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.1 to 1.6.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-version: 1.6.3
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
267fe4e6 13ce1336

+3 -3
+1 -1
go.mod
··· 83 83 github.com/clipperhouse/displaywidth v0.5.0 // indirect 84 84 github.com/clipperhouse/stringish v0.1.1 // indirect 85 85 github.com/clipperhouse/uax29/v2 v2.3.0 // indirect 86 - github.com/cloudflare/circl v1.6.1 // indirect 86 + github.com/cloudflare/circl v1.6.3 // indirect 87 87 github.com/cyphar/filepath-securejoin v0.6.1 // indirect 88 88 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 89 89 github.com/dlclark/regexp2 v1.11.4 // indirect
+2 -2
go.sum
··· 130 130 github.com/clipperhouse/stringish v0.1.1/go.mod h1:v/WhFtE1q0ovMta2+m+UbpZ+2/HEXNWYXQgCt4hdOzA= 131 131 github.com/clipperhouse/uax29/v2 v2.3.0 h1:SNdx9DVUqMoBuBoW3iLOj4FQv3dN5mDtuqwuhIGpJy4= 132 132 github.com/clipperhouse/uax29/v2 v2.3.0/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g= 133 - github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0= 134 - github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= 133 + github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8= 134 + github.com/cloudflare/circl v1.6.3/go.mod h1:2eXP6Qfat4O/Yhh8BznvKnJ+uzEoTQ6jVKJRn81BiS4= 135 135 github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s= 136 136 github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE= 137 137 github.com/cyphar/filepath-securejoin v0.6.1 h1:5CeZ1jPXEiYt3+Z6zqprSAgSWiggmpVyciv8syjIpVE=