Skip to content

Commit

Permalink
go.mod: update tailscale.com to commit 696711cc17c4
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Aug 23, 2024
1 parent a08fe08 commit 2af285a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tailscale/tailsql

go 1.22.1
go 1.23

toolchain go1.23.0

Expand All @@ -11,9 +11,9 @@ require (
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
github.com/tailscale/setec v0.0.0-20240729215356-5eb656b60dfe
github.com/tailscale/squibble v0.0.0-20240601210838-24fce2c81b7f
honnef.co/go/tools v0.5.0
honnef.co/go/tools v0.5.1
modernc.org/sqlite v1.29.10
tailscale.com v1.73.0-pre.0.20240820234010-7675c3ebf24d
tailscale.com v1.73.0-pre.0.20240822193108-696711cc17c4
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gvisor.dev/gvisor v0.0.0-20240722211153-64c016c92987 h1:TU8z2Lh3Bbq77w0t1eG8yRlLcNHzZu3x6mhoH2Mk0c8=
gvisor.dev/gvisor v0.0.0-20240722211153-64c016c92987/go.mod h1:sxc3Uvk/vHcd3tj7/DHVBoR5wvWT/MmRq2pj7HRJnwU=
honnef.co/go/tools v0.5.0 h1:29uoiIormS3Z6R+t56STz/oI4v+mB51TSmEOdJPgRnE=
honnef.co/go/tools v0.5.0/go.mod h1:e9irvo83WDG9/irijV44wr3tbhcFeRnfpVlRqVwpzMs=
honnef.co/go/tools v0.5.1 h1:4bH5o3b5ZULQ4UrBmP+63W9r7qIkqJClEA9ko5YKx+I=
honnef.co/go/tools v0.5.1/go.mod h1:e9irvo83WDG9/irijV44wr3tbhcFeRnfpVlRqVwpzMs=
howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
modernc.org/cc/v4 v4.20.0 h1:45Or8mQfbUqJOG9WaxvlFYOAQO0lQ5RvqBcFCXngjxk=
Expand Down Expand Up @@ -310,5 +310,5 @@ modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
modernc.org/token v1.1.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=
software.sslmate.com/src/go-pkcs12 v0.4.0 h1:H2g08FrTvSFKUj+D309j1DPfk5APnIdAQAB8aEykJ5k=
software.sslmate.com/src/go-pkcs12 v0.4.0/go.mod h1:Qiz0EyvDRJjjxGyUQa2cCNZn/wMyzrRJ/qcDXOQazLI=
tailscale.com v1.73.0-pre.0.20240820234010-7675c3ebf24d h1:F5PKQxyJ78Z3OnVGXHWxNhqFYG+RIEiPdzI/i5HZaek=
tailscale.com v1.73.0-pre.0.20240820234010-7675c3ebf24d/go.mod h1:v7OHtg0KLAnhOVf81Z8WrjNefj238QbFhgkWJQoKxbs=
tailscale.com v1.73.0-pre.0.20240822193108-696711cc17c4 h1:nk7LzcAeBG4WSLpWJI4JYSIh4jUGpmgo0NwR+aANqUU=
tailscale.com v1.73.0-pre.0.20240822193108-696711cc17c4/go.mod h1:NCKbGDxDo2qEls/5VC4OPCZuZH+stUJPYcTLZaKBaBo=

0 comments on commit 2af285a

Please sign in to comment.