-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from GeoNet/go1.21
Go1.21
- Loading branch information
Showing
55 changed files
with
83 additions
and
612 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
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,10 +1,35 @@ | ||
module github.com/GeoNet/fdsn | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/GeoNet/kit v0.0.0-20220629232654-4b4c51b3443f | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da | ||
github.com/gorilla/schema v1.2.0 | ||
github.com/lib/pq v1.10.3 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.16.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.15.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.11.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.3 // indirect | ||
github.com/aws/smithy-go v1.11.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
) |
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
7 changes: 0 additions & 7 deletions
7
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go.mod
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go.sum
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.