Skip to content

Commit

Permalink
Add workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Sep 18, 2023
1 parent 1b35f4a commit 1cd3e1e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
24 changes: 24 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
go 1.21.0

use (
./aws/dump
./cloudwatch/put-metric-data
./ec2/describe-instances
./ec2/ip-from-name
./ecr/get-login
./ecs/dashboard
./ecs/deploy
./ecs/locate
./ecs/run-task
./elb/resolve-alb-external-url
./elb/resolve-elb-external-url
./iam/auth-proxy
./iam/public-ssh-keys
./iam/request-ssh-key-signature
./iam/session
./iam/sync-users
./kms/env
./lambda/ping
./lambda/sign-ssh-key
./s3/download
)
4 changes: 4 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/aws/aws-sdk-go v1.45.2/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 1cd3e1e

Please sign in to comment.