All Downloads are FREE. Search and download functionalities are using the official Maven repository.

go.go.mod.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}

go 1.18

require (
	{{#hasOAuthMethods}}
	golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
	{{/hasOAuthMethods}}
	{{#withAWSV4Signature}}
	github.com/aws/aws-sdk-go v1.34.14
	{{/withAWSV4Signature}}
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy