-
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
thisisaaronland
committed
Mar 25, 2024
1 parent
bb412ec
commit 787d832
Showing
888 changed files
with
61,522 additions
and
34,592 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
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
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
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
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
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
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
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,96 +1,101 @@ | ||
module github.com/whosonfirst/go-whosonfirst-findingaid/v2 | ||
|
||
go 1.18 | ||
go 1.22 | ||
|
||
toolchain go1.22.1 | ||
|
||
require ( | ||
github.com/aaronland/go-artisanal-integers v0.9.1 | ||
github.com/aaronland/go-aws-dynamodb v0.0.6 | ||
github.com/aaronland/go-aws-dynamodb v0.0.7 | ||
github.com/aaronland/go-brooklynintegers-api v1.2.7 | ||
github.com/aaronland/go-http-server v1.3.0 | ||
github.com/aaronland/go-http-server v1.4.1 | ||
github.com/aaronland/go-roster v1.0.0 | ||
github.com/aws/aws-sdk-go v1.47.3 | ||
github.com/aws/aws-sdk-go v1.51.6 | ||
github.com/jtacoma/uritemplates v1.0.0 | ||
github.com/mattn/go-sqlite3 v1.14.18 | ||
github.com/mattn/go-sqlite3 v1.14.22 | ||
github.com/sfomuseum/go-csvdict v1.0.0 | ||
github.com/sfomuseum/go-flags v0.10.0 | ||
github.com/sfomuseum/go-timings v1.2.1 | ||
github.com/sfomuseum/iso8601duration v1.1.0 | ||
github.com/tidwall/gjson v1.17.0 | ||
github.com/tidwall/gjson v1.17.1 | ||
github.com/whosonfirst/go-reader v1.0.2 | ||
github.com/whosonfirst/go-whosonfirst-feature v0.0.26 | ||
github.com/whosonfirst/go-whosonfirst-github v0.5.4 | ||
github.com/whosonfirst/go-whosonfirst-iterate-git/v2 v2.1.3 | ||
github.com/whosonfirst/go-whosonfirst-feature v0.0.27 | ||
github.com/whosonfirst/go-whosonfirst-github v0.6.1 | ||
github.com/whosonfirst/go-whosonfirst-iterate-git/v2 v2.1.4 | ||
github.com/whosonfirst/go-whosonfirst-iterate/v2 v2.3.4 | ||
github.com/whosonfirst/go-whosonfirst-uri v1.3.0 | ||
gocloud.dev v0.34.0 | ||
google.golang.org/protobuf v1.31.0 | ||
gocloud.dev v0.37.0 | ||
google.golang.org/protobuf v1.33.0 | ||
) | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.5.2 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect | ||
dario.cat/mergo v1.0.0 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect | ||
github.com/aaronland/go-aws-session v0.2.1 // indirect | ||
github.com/aaronland/go-json-query v0.1.4 // indirect | ||
github.com/aaronland/go-string v1.0.0 // indirect | ||
github.com/acomagu/bufpipe v1.0.3 // indirect | ||
github.com/akrylysov/algnhsa v1.0.0 // indirect | ||
github.com/aws/aws-lambda-go v1.41.0 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.20.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.18.32 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.31 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.37 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.31 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.38 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.31 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.13.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.15.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.21.1 // indirect | ||
github.com/aws/smithy-go v1.14.0 // indirect | ||
github.com/akrylysov/algnhsa v1.1.0 // indirect | ||
github.com/aws/aws-lambda-go v1.46.0 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.25.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.28.4 // indirect | ||
github.com/aws/smithy-go v1.20.1 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
github.com/cloudflare/circl v1.1.0 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.4.0 // indirect | ||
github.com/go-git/go-git/v5 v5.5.2 // indirect | ||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
github.com/go-git/go-billy/v5 v5.5.0 // indirect | ||
github.com/go-git/go-git/v5 v5.11.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-github/v48 v48.2.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/google/wire v0.5.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/google/wire v0.6.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.2 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/imdario/mergo v0.3.13 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/paulmach/orb v0.8.0 // indirect | ||
github.com/pjbgf/sha1cd v0.2.3 // indirect | ||
github.com/paulmach/orb v0.10.0 // indirect | ||
github.com/pjbgf/sha1cd v0.3.0 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/sfomuseum/go-edtf v1.1.1 // indirect | ||
github.com/skeema/knownhosts v1.1.0 // indirect | ||
github.com/skeema/knownhosts v1.2.1 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/whosonfirst/go-ioutil v1.0.2 // indirect | ||
github.com/whosonfirst/go-whosonfirst-crawl v0.2.2 // indirect | ||
github.com/whosonfirst/go-whosonfirst-flags v0.4.4 // indirect | ||
github.com/whosonfirst/go-whosonfirst-flags v0.5.1 // indirect | ||
github.com/whosonfirst/go-whosonfirst-sources v0.1.0 // indirect | ||
github.com/whosonfirst/walk v0.0.2 // indirect | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.uber.org/ratelimit v0.3.0 // indirect | ||
golang.org/x/crypto v0.17.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/oauth2 v0.10.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/oauth2 v0.18.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/api v0.134.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect | ||
google.golang.org/grpc v1.57.1 // indirect | ||
golang.org/x/tools v0.17.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
google.golang.org/api v0.169.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect | ||
google.golang.org/grpc v1.62.1 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) |
Oops, something went wrong.