tailscale/ipn/store
Brad Fitzpatrick 6793685bba go.mod: bump AWS SDK past a breaking API change of theirs
They changed a type in their SDK which meant others using the AWS APIs
in their Go programs (with newer AWS modules in their caller go.mod)
and then depending on Tailscale (for e.g. tsnet) then couldn't compile
ipn/store/awsstore.

Thanks to @thisisaaronland for bringing this up.

Fixes #7019

Change-Id: I8d2919183dabd6045a96120bb52940a9bb27193b
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-01-20 10:14:56 -08:00
..
awsstore go.mod: bump AWS SDK past a breaking API change of theirs 2023-01-20 10:14:56 -08:00
kubestore ipn/store: add common package for instantiating ipn.StateStores 2022-02-28 13:23:33 -08:00
mem ipn/store: add common package for instantiating ipn.StateStores 2022-02-28 13:23:33 -08:00
stores.go refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
stores_linux.go ipn/store: add common package for instantiating ipn.StateStores 2022-02-28 13:23:33 -08:00
stores_test.go ipn/store: [TestNewStore] do not use an empty file 2022-02-28 18:26:24 -08:00