The code and data behind xeiaso.net
5
fork

Configure Feed

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

build(deps): bump within.website/x from 1.27.0 to 1.29.0 (#1111)

Bumps [within.website/x](https://github.com/Xe/x) from 1.27.0 to 1.29.0.
- [Release notes](https://github.com/Xe/x/releases)
- [Changelog](https://github.com/Xe/x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Xe/x/compare/v1.27.0...v1.29.0)

---
updated-dependencies:
- dependency-name: within.website/x
dependency-version: 1.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...

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
c7273859 be47178e

+6 -6
+2 -2
go.mod
··· 24 24 k8s.io/apimachinery v0.35.0 25 25 k8s.io/client-go v0.35.0 26 26 tailscale.com v1.92.5 27 - within.website/x v1.27.0 27 + within.website/x v1.29.0 28 28 ) 29 29 30 30 require ( ··· 85 85 github.com/prometheus/client_model v0.6.2 // indirect 86 86 github.com/prometheus/common v0.66.1 // indirect 87 87 github.com/prometheus/procfs v0.16.1 // indirect 88 - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect 88 + github.com/sergi/go-diff v1.4.0 // indirect 89 89 github.com/skeema/knownhosts v1.3.1 // indirect 90 90 github.com/spf13/pflag v1.0.9 // indirect 91 91 github.com/x448/float16 v0.8.4 // indirect
+4 -4
go.sum
··· 183 183 github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is= 184 184 github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= 185 185 github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= 186 - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8= 187 - github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= 186 + github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw= 187 + github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4= 188 188 github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= 189 189 github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= 190 190 github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= ··· 295 295 sigs.k8s.io/yaml v1.6.0/go.mod h1:796bPqUfzR/0jLAl6XjHl3Ck7MiyVv8dbTdyT3/pMf4= 296 296 tailscale.com v1.92.5 h1:h88HqtGk8jd9umF7l6m/8+QK69dY9IVMIlkNK9XYpvQ= 297 297 tailscale.com v1.92.5/go.mod h1:jzTfKDd6XNNSNoX+Q9INIMpMU5rfZ9g8ojcAoMKi5w0= 298 - within.website/x v1.27.0 h1:h8bIezCUc8FYasuHdYOrUXF8bbjGnXDWxSkFSuzxpDk= 299 - within.website/x v1.27.0/go.mod h1:z04wIoPalNZ2PDUP64pg1ac89x7/pdeJzR92ikOI+NU= 298 + within.website/x v1.29.0 h1:mOtXRuiPe/OpMs6Q6UlyJ4ZlqbvFljKfUpYpRpKCk18= 299 + within.website/x v1.29.0/go.mod h1:zdM8uij6I88sT/cpANUoocsVWOox1XhUc6SJRyp+egA=