Skip to content

Commit

Permalink
Add go mod support
Browse files Browse the repository at this point in the history
  • Loading branch information
diasjorge committed Dec 18, 2021
1 parent a61a26f commit 0af8277
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 0 deletions.
15 changes: 15 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module diasjorge/roly

go 1.17

require (
github.com/aws/aws-sdk-go v1.42.23
github.com/diasjorge/roly v0.1.5
github.com/spf13/cobra v1.3.0
)

require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
Loading

0 comments on commit 0af8277

Please sign in to comment.