porting all github actions from bluesky-social/indigo to tangled CI

identity: cleanup

Changed files
+5 -2
atproto
identity
+2 -2
atproto/identity/live_test.go
··· 51 51 } 52 52 53 53 func TestBaseDirectory(t *testing.T) { 54 - // XXX: t.Skip("skipping live network test") 54 + t.Skip("TODO: skipping live network test") 55 55 d := BaseDirectory{} 56 56 testDirectoryLive(t, &d) 57 57 } 58 58 59 59 func TestCacheDirectory(t *testing.T) { 60 - // XXX: t.Skip("skipping live network test") 60 + t.Skip("TODO: skipping live network test") 61 61 inner := BaseDirectory{} 62 62 d := NewCacheDirectory(&inner, 1000, time.Hour*1, time.Hour*1) 63 63 for i := 0; i < 3; i = i + 1 {
+1
go.mod
··· 12 12 github.com/gorilla/websocket v1.5.0 13 13 github.com/hashicorp/go-retryablehttp v0.7.2 14 14 github.com/hashicorp/golang-lru v0.5.4 15 + github.com/hashicorp/golang-lru/v2 v2.0.6 15 16 github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 16 17 github.com/ipfs/go-block-format v0.1.2 17 18 github.com/ipfs/go-bs-sqlite3 v0.0.0-20221122195556-bfcee1be620d
+2
go.sum
··· 235 235 github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= 236 236 github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc= 237 237 github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= 238 + github.com/hashicorp/golang-lru/v2 v2.0.6 h1:3xi/Cafd1NaoEnS/yDssIiuVeDVywU0QdFGl3aQaQHM= 239 + github.com/hashicorp/golang-lru/v2 v2.0.6/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM= 238 240 github.com/huin/goupnp v1.0.3 h1:N8No57ls+MnjlB+JPiCVSOyy/ot7MJTqlo7rn+NYSqQ= 239 241 github.com/huin/goupnp v1.0.3/go.mod h1:ZxNlw5WqJj6wSsRK5+YfflQGXYfccj5VgQsMNixHM7Y= 240 242 github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=