You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
awsstore go.mod: bump AWS SDK past a breaking API change of theirs 1 year ago
kubestore ipn/store: add common package for instantiating ipn.StateStores 2 years ago
mem ipn/store: add common package for instantiating ipn.StateStores 2 years ago
stores.go refactor: move from io/ioutil to io and os packages 2 years ago
stores_linux.go ipn/store: add common package for instantiating ipn.StateStores 2 years ago
stores_test.go ipn/store: [TestNewStore] do not use an empty file 2 years ago