Skip to content

Commit

Permalink
update vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Nov 6, 2023
1 parent ab10cfb commit 4a95190
Show file tree
Hide file tree
Showing 486 changed files with 63,160 additions and 14,568 deletions.
23 changes: 20 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
module github.com/whosonfirst/go-cache-blob

go 1.16
go 1.21

require (
github.com/whosonfirst/go-cache v0.5.1
github.com/whosonfirst/go-cache v0.5.2
github.com/whosonfirst/go-ioutil v1.0.2
gocloud.dev v0.26.0
gocloud.dev v0.34.0
)

require (
github.com/aaronland/go-roster v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.134.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
934 changes: 99 additions & 835 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/github.com/aaronland/go-roster/go.mod

This file was deleted.

Loading

0 comments on commit 4a95190

Please sign in to comment.