Skip to content

Commit

Permalink
Merge pull request #24 from RueLaLa/remove-module
Browse files Browse the repository at this point in the history
remove vendored module in favor of referencing external fork #minor
  • Loading branch information
rue-nsilverman committed Jan 9, 2024
2 parents 306f2a7 + fa155c6 commit a7fbba9
Show file tree
Hide file tree
Showing 51 changed files with 21 additions and 6,163 deletions.
25 changes: 14 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,22 @@ module github.com/ruelala/arconn
go 1.21

require (
github.com/aws/aws-sdk-go v1.49.13
github.com/aws/aws-sdk-go-v2 v1.24.0
github.com/aws/aws-sdk-go-v2/config v1.26.2
github.com/aws/aws-sdk-go-v2/credentials v1.16.13
github.com/aws/aws-sdk-go-v2/service/ec2 v1.142.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.35.6
github.com/aws/aws-sdk-go-v2/service/ssm v1.44.6
github.com/aws/session-manager-plugin v1.2.536
github.com/aws/smithy-go v1.19.0
github.com/buger/jsonparser v1.1.1
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/fsnotify/fsnotify v1.7.0
github.com/gorilla/websocket v1.5.1
github.com/integrii/flaggy v1.5.2
github.com/manifoldco/promptui v0.9.0
github.com/stretchr/testify v1.8.4
github.com/twinj/uuid v1.0.0
github.com/xtaci/smux v1.5.24
golang.org/x/crypto v0.17.0
golang.org/x/mod v0.14.0
golang.org/x/sync v0.5.0
golang.org/x/sys v0.15.0
)

require (
github.com/aws/aws-sdk-go v1.49.14 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.10 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.9 // indirect
Expand All @@ -38,14 +29,26 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.26.6 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/myesui/uuid v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/twinj/uuid v1.0.0 // indirect
github.com/xtaci/smux v1.5.24 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/aws/session-manager-plugin => github.com/RueLaLa/session-manager-plugin v1.3.1
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/aws/aws-sdk-go v1.49.13 h1:f4mGztsgnx2dR9r8FQYa9YW/RsKb+N7bgef4UGrOW1Y=
github.com/aws/aws-sdk-go v1.49.13/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/RueLaLa/session-manager-plugin v1.3.1 h1:O85kF/AZcwcjJeEbg9m0YIuDJqOmQA0AN1oleaZ68eY=
github.com/RueLaLa/session-manager-plugin v1.3.1/go.mod h1:kpIkvJv/BH88I5YN4Qh9Geq9FbCa1D9WtiRZsF37PuU=
github.com/aws/aws-sdk-go v1.49.14 h1:AZ7wfESxXuqQElXRnDCaohJSUSaf2s7c2uPB7g5js/w=
github.com/aws/aws-sdk-go v1.49.14/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go-v2 v1.24.0 h1:890+mqQ+hTpNuw0gGP6/4akolQkSToDJgHfQE7AwGuk=
github.com/aws/aws-sdk-go-v2 v1.24.0/go.mod h1:LNh45Br1YAkEKaAqvmE1m8FUx6a5b/V0oAKV7of29b4=
github.com/aws/aws-sdk-go-v2/config v1.26.2 h1:+RWLEIWQIGgrz2pBPAUoGgNGs1TOyF4Hml7hCnYj2jc=
Expand Down
6 changes: 3 additions & 3 deletions pkg/awsClients/ssm/ssm.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/ssm"
"github.com/aws/aws-sdk-go-v2/service/ssm/types"
"github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session"
_ "github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session/portsession"
_ "github.com/aws/session-manager-plugin/src/sessionmanagerplugin/session/shellsession"
"github.com/manifoldco/promptui"
"github.com/ruelala/arconn/pkg/awsClients/AwsConfig"
"github.com/ruelala/arconn/pkg/session-manager-plugin/sessionmanagerplugin/session"
_ "github.com/ruelala/arconn/pkg/session-manager-plugin/sessionmanagerplugin/session/portsession"
_ "github.com/ruelala/arconn/pkg/session-manager-plugin/sessionmanagerplugin/session/shellsession"
"github.com/ruelala/arconn/pkg/utils"
)

Expand Down
12 changes: 0 additions & 12 deletions pkg/session-manager-plugin/.gitignore

This file was deleted.

202 changes: 0 additions & 202 deletions pkg/session-manager-plugin/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions pkg/session-manager-plugin/README.md

This file was deleted.

0 comments on commit a7fbba9

Please sign in to comment.