The code and data behind xeiaso.net
5
fork

Configure Feed

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

update within.website/x

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 9338a5b6 774fccbe

+21 -6
+2 -2
go.mod
··· 22 22 gopkg.in/fsnotify.v1 v1.4.7 23 23 gopkg.in/mxpv/patreon-go.v1 v1.0.0-20171031001022-1d2f253ac700 24 24 tailscale.com v1.58.2 25 - within.website/x v1.8.3 25 + within.website/x v1.9.0 26 26 ) 27 27 28 28 require ( ··· 58 58 golang.org/x/net v0.21.0 // indirect 59 59 golang.org/x/sys v0.17.0 // indirect 60 60 golang.org/x/text v0.14.0 // indirect 61 - golang.org/x/tools v0.17.0 // indirect 61 + golang.org/x/tools v0.18.0 // indirect 62 62 google.golang.org/appengine v1.6.8 // indirect 63 63 gopkg.in/warnings.v0 v0.1.2 // indirect 64 64 gopkg.in/yaml.v3 v3.0.1 // indirect
+6
go.sum
··· 186 186 golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= 187 187 golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc= 188 188 golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps= 189 + golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ= 190 + golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg= 189 191 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= 190 192 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= 191 193 google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM= ··· 213 215 tailscale.com v1.58.2/go.mod h1:faWR8XaXemnSKCDjHC7SAQzaagkUjA5x4jlLWiwxtuk= 214 216 within.website/x v1.8.3 h1:8kZoaQILu6SxoJuXuWWfJD7E/ywE3BndOmIAPAAjTX0= 215 217 within.website/x v1.8.3/go.mod h1:GQArm8+FGFnL8ABgb2LqW9Jou3L97EWsWK0PDhyJEcU= 218 + within.website/x v1.8.4-0.20240220213543-3d26d38d144c h1:Cq5rzQ4xLmJwDjcbyXUPPCa1Smrd447WwlHbSx/zi4Y= 219 + within.website/x v1.8.4-0.20240220213543-3d26d38d144c/go.mod h1:pK/aBRRhqwkl2nRLjBqyYco3fI34BLTTM2gO/jugews= 220 + within.website/x v1.9.0 h1:OU+b0LMQdnvdXQoMiVoJE2L0VeNfI16/XRX9WiznNCg= 221 + within.website/x v1.9.0/go.mod h1:pK/aBRRhqwkl2nRLjBqyYco3fI34BLTTM2gO/jugews=
+13 -4
gomod2nix.toml
··· 19 19 [mod."github.com/cyphar/filepath-securejoin"] 20 20 version = "v0.2.4" 21 21 hash = "sha256-heCD0xMxlwnHCHcRBgTjVexHOLyWI2zRW3E8NFKoLzk=" 22 + [mod."github.com/davecgh/go-spew"] 23 + version = "v1.1.1" 24 + hash = "sha256-nhzSUrE1fCkN0+RL04N4h8jWmRFPPPWbCuDc7Ss0akI=" 22 25 [mod."github.com/donatj/hmacsig"] 23 26 version = "v1.1.0" 24 27 hash = "sha256-/T7mWqQwZt+AFD/2QAYCAW/TsZptawFMl8CGWPmyhtE=" ··· 94 97 [mod."github.com/pjbgf/sha1cd"] 95 98 version = "v0.3.0" 96 99 hash = "sha256-kX9BdLh2dxtGNaDvc24NORO+C0AZ7JzbrXrtecCdB7w=" 100 + [mod."github.com/pmezard/go-difflib"] 101 + version = "v1.0.0" 102 + hash = "sha256-/FtmHnaGjdvEIKAJtrUfEhV7EVo5A/eYrtdnUkuxLDA=" 97 103 [mod."github.com/sergi/go-diff"] 98 104 version = "v1.3.1" 99 105 hash = "sha256-XLA/BLIPuUU76yikXqIeRSXr7T7A3Uz6I27+mDxGj7w=" 100 106 [mod."github.com/skeema/knownhosts"] 101 107 version = "v1.2.1" 102 108 hash = "sha256-u0jB6ahTdGa+SvcIvPNRLnbSHvgmW9X/ThRq0nWQrJs=" 109 + [mod."github.com/stretchr/testify"] 110 + version = "v1.8.4" 111 + hash = "sha256-MoOmRzbz9QgiJ+OOBo5h5/LbilhJfRUryvzHJmXAWjo=" 103 112 [mod."github.com/twitchtv/twirp"] 104 113 version = "v8.1.3+incompatible" 105 114 hash = "sha256-j1h9YE3wl9h36DfPf92To1H/PwNk4CgerOARNO3HK1w=" ··· 128 137 version = "v0.14.0" 129 138 hash = "sha256-yh3B0tom1RfzQBf1RNmfdNWF1PtiqxV41jW1GVS6JAg=" 130 139 [mod."golang.org/x/tools"] 131 - version = "v0.17.0" 132 - hash = "sha256-CxuHfKKtUkn3VjA7D9WQjzvV1EUbyI/xMNhb5CxO6IQ=" 140 + version = "v0.18.0" 141 + hash = "sha256-JVz7W13vMPfpGQ1yW+LBlT6INu3ebpjvXyChmAkm5bQ=" 133 142 [mod."google.golang.org/appengine"] 134 143 version = "v1.6.8" 135 144 hash = "sha256-decMa0MiWfW/Bzr8QPPzzpeya0YWGHhZAt4Cr/bD1wQ=" ··· 152 161 version = "v1.58.2" 153 162 hash = "sha256-ok+xgZRbFkQcH9VR75bhHx+bRn8ymoYQeBYsMpvfGss=" 154 163 [mod."within.website/x"] 155 - version = "v1.8.3" 156 - hash = "sha256-8QrvtW/nQnFvaWV3TnjvkXXBNG2rYLA1LuGSitJhpRo=" 164 + version = "v1.9.0" 165 + hash = "sha256-3sPyOHTN7M5Ns3X//85bKomaf8ZqZ9uu4uqiinXoQIQ="