-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sfomuseumbot
committed
Nov 6, 2023
1 parent
ab10cfb
commit 4a95190
Showing
486 changed files
with
63,160 additions
and
14,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.