1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00
Files
lazygit/vendor/github.com/aws/aws-sdk-go/aws/version.go
Jesse Duffield 87dc2bcad9 bump dependencies
2018-08-25 17:36:16 +10:00

9 lines
232 B
Go

// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.15.21"