diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-13 12:04:16 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-13 12:04:16 -0400 |
| commit | 64aa7c458a5658edc44803efedd7c3944a82364a (patch) | |
| tree | 606759f165995be88fbe9aedf3d410a676488e6c /go.mod | |
| parent | ba54699351e9775cb3b0de99e1a5bf03bf8ac445 (diff) | |
| download | x-64aa7c458a5658edc44803efedd7c3944a82364a.tar.xz x-64aa7c458a5658edc44803efedd7c3944a82364a.zip | |
Squashed commit of the following:
commit d4ac523b834552cd291194be0734cdb4d6480234
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Oct 12 10:29:24 2023 +0000
build(deps): bump tailscale.com from 1.46.1 to 1.50.1
Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.46.1 to 1.50.1.
- [Release notes](https://github.com/tailscale/tailscale/releases)
- [Commits](https://github.com/tailscale/tailscale/compare/v1.46.1...v1.50.1)
---
updated-dependencies:
- dependency-name: tailscale.com
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -47,7 +47,7 @@ require ( honnef.co/go/transmission v0.0.0-20200712215954-58262f0ca9c9 modernc.org/sqlite v1.26.0 nhooyr.io/websocket v1.8.7 - tailscale.com v1.46.1 + tailscale.com v1.50.1 tulpa.dev/cadey/jvozba v0.0.0-20200326200349-f0ebe310be06 within.website/johaus v1.1.0 ) @@ -55,6 +55,8 @@ require ( require ( github.com/andybalholm/brotli v1.0.5 // indirect github.com/andybalholm/cascadia v1.3.2 // indirect + github.com/coreos/go-systemd/v22 v22.4.0 // indirect + github.com/dblohm7/wingoes v0.0.0-20230821191801-fc76608aecf0 // indirect github.com/dustin/go-humanize v1.0.1 // indirect github.com/evanw/esbuild v0.18.6 // indirect github.com/fasthttp/router v1.4.20 // indirect @@ -112,7 +114,7 @@ require ( github.com/fogleman/gg v1.3.0 // indirect github.com/fxamacker/cbor/v2 v2.4.0 // indirect github.com/go-ole/go-ole v1.2.6 // indirect - github.com/godbus/dbus/v5 v5.1.0 // indirect + github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect @@ -129,7 +131,7 @@ require ( github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect github.com/jsimonetti/rtnetlink v1.3.2 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect - github.com/klauspost/compress v1.16.5 // indirect + github.com/klauspost/compress v1.16.7 // indirect github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect github.com/kr/text v0.2.0 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect @@ -158,15 +160,15 @@ require ( github.com/tailscale/golang-x-crypto v0.0.0-20230713185742-f0b76a10a08e // indirect github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 // indirect - github.com/tailscale/wireguard-go v0.0.0-20230710185534-bb2c8f22eccf // indirect + github.com/tailscale/wireguard-go v0.0.0-20230824215414-93bd5cbf7fd8 // indirect github.com/tcnksm/go-httpstat v0.2.0 // indirect github.com/u-root/uio v0.0.0-20230305220412-3e8cd9d6bf63 // indirect github.com/vishvananda/netlink v1.2.1-beta.2 // indirect github.com/vishvananda/netns v0.0.4 // indirect github.com/x448/float16 v0.8.4 // indirect go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect - go4.org/netipx v0.0.0-20230303233057-f1b76eb4bb35 // indirect - golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb // indirect + go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516 // indirect + golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect golang.org/x/image v0.7.0 // indirect golang.org/x/mod v0.13.0 // indirect golang.org/x/net v0.17.0 // indirect |
