summaryrefslogtreecommitdiffhomepage
path: root/go.mod
AgeCommit message (Expand)AuthorFilesLines
2022-03-17go.mod: upgrade to the latest wireguard-goJosh Bleecher Snyder1-4/+4
2022-03-16go.mod: update to latest certstoreJosh Bleecher Snyder1-1/+1
2022-03-16go.mod: require Go 1.18Josh Bleecher Snyder1-1/+1
2022-03-16go.mod: update golang.org/x/tools and honnef.co/go/toolsJosh Bleecher Snyder1-3/+4
2022-03-12go.mod: move from github.com/gliderlabs/ssh to github.com/tailscale/sshMaisem Ali1-7/+8
2022-03-11ssh/tailssh: make pty termios options match OpenSSHBrad Fitzpatrick1-1/+2
2022-02-27net/tstun: set link speed to SPEED_UNKNOWNDmytro Shynkevych1-1/+2
2022-02-21go.mod: update github.com/mdlayher/netlink to 1.6.0David Anderson1-6/+6
2022-01-26go.mod: bump netstack, switch to upstream netstackBrad Fitzpatrick1-1/+1
2021-12-09net/dnscache, net/tsdial: add DNS caching to tsdial UserDialBrad Fitzpatrick1-0/+1
2021-12-06go.mod: mass update with go get -u.David Anderson1-82/+124
2021-12-06go.mod: bump github.com/aws/aws-sdk-go-v2/service/ssmdependabot[bot]1-1/+1
2021-12-06go.mod: bump golang.org/x/tools from 0.1.7 to 0.1.8dependabot[bot]1-1/+1
2021-12-06go.mod: bump github.com/mdlayher/netlink from 1.4.1 to 1.4.2dependabot[bot]1-7/+7
2021-12-06go.mod: bump github.com/aws/aws-sdk-go-v2/feature/s3/managerdependabot[bot]1-13/+13
2021-12-01Replace AWS SDK v1 dependency with v2Artyom Pervukhin1-1/+5
2021-11-30go.mod: bump github.com/aws/aws-sdk-go-v2/service/ssmdependabot[bot]1-1/+1
2021-11-30go.mod: bump github.com/aws/aws-sdk-go-v2/config from 1.10.2 to 1.10.3dependabot[bot]1-3/+3
2021-11-29update github.com/aws/aws-sdk-go-v2David Crawshaw1-10/+12
2021-11-22go.mod: bump honnef.co/go/tools from 0.2.1 to 0.2.2dependabot[bot]1-1/+1
2021-11-22go.mod: bump github.com/godbus/dbus/v5 from 5.0.5 to 5.0.6dependabot[bot]1-1/+1
2021-11-21go.mod: bump inet.af/netstackBrad Fitzpatrick1-1/+1
2021-11-16go.mod: update wireguard-go to pick up roaming toggleDavid Anderson1-4/+5
2021-11-07safesocket: add js/wasm implementation with in-memory net.ConnBrad Fitzpatrick1-0/+1
2021-11-04go.mod: bump github.com/frankban/quicktest from 1.13.1 to 1.14.0dependabot[bot]1-1/+1
2021-11-02util/multierr: new packageJosh Bleecher Snyder1-1/+0
2021-11-01wgengine/router: use netlink for ip rules on LinuxBrad Fitzpatrick1-2/+3
2021-11-01go.mod: bump netstack for mipsle fixBrad Fitzpatrick1-1/+1
2021-10-28wgengine/router: start using netlink instead of 'ip' on LinuxBrad Fitzpatrick1-0/+2
2021-10-27go.mod: upgrade netaddr, netstackJosh Bleecher Snyder1-4/+4
2021-10-22cmd/derper, derp/derphttp: add websocket supportBrad Fitzpatrick1-0/+1
2021-10-21go.mod: bump wireguard-go to pick up upstreamed js/wasm build fixesBrad Fitzpatrick1-3/+3
2021-10-18go.mod: bump github.com/creack/pty from 1.1.16 to 1.1.17dependabot[bot]1-1/+1
2021-10-12net/tstun: update tun_windows for wintun 0.14 API revisions, update wireguard...Aaron Klotz1-4/+4
2021-10-12ipn/store/aws, cmd/tailscaled: add AWS SSM ipn.StateStore implementationMaxime VISONNEAU1-0/+10
2021-10-11go.mod: bump go-ole for windows/arm64 supportBrad Fitzpatrick1-1/+1
2021-10-06cmd/tailscale: add up --qr to show QR codeBrad Fitzpatrick1-0/+1
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick1-0/+3
2021-09-29go.mod: bump golang.zx2c4.com/wireguard/windows from 0.4.9 to 0.4.10dependabot[bot]1-1/+1
2021-09-29go.mod: bump golang.org/x/tools from 0.1.6 to 0.1.7dependabot[bot]1-1/+1
2021-09-28go.mod: bump github.com/creack/pty from 1.1.15 to 1.1.16dependabot[bot]1-1/+1
2021-09-27go.mod: bump github.com/pkg/sftp from 1.13.3 to 1.13.4dependabot[bot]1-1/+1
2021-09-23go.mod: bump github.com/frankban/quicktest from 1.13.0 to 1.13.1dependabot[bot]1-2/+3
2021-09-23go.mod: bump github.com/google/uuid from 1.1.2 to 1.3.0dependabot[bot]1-1/+1
2021-09-23go.mod: bump x/toolsBrad Fitzpatrick1-1/+1
2021-09-23go.mod: bump golang.zx2c4.com/wireguard/windows from 0.3.16 to 0.4.9dependabot[bot]1-6/+6
2021-09-22go.mod: bump github.com/gliderlabs/ssh from 0.3.2 to 0.3.3dependabot[bot]1-1/+1
2021-09-22go.mod: bump github.com/creack/pty from 1.1.9 to 1.1.15dependabot[bot]1-1/+1
2021-09-22go.mod: bump github.com/godbus/dbus/v5 from 5.0.4 to 5.0.5dependabot[bot]1-1/+1
2021-09-22go.mod: bump github.com/miekg/dns from 1.1.42 to 1.1.43dependabot[bot]1-1/+1