forked from aws/session-manager-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 869 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/codio/session-manager-plugin
go 1.23.3
require (
github.com/aws/aws-sdk-go v1.55.5
github.com/aws/session-manager-plugin v0.0.0-20241119210807-82dc72922492
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/fsnotify/fsnotify v1.8.0
github.com/gorilla/websocket v1.5.3
github.com/stretchr/testify v1.10.0
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19
github.com/xtaci/smux v1.5.32
golang.org/x/crypto v0.29.0
golang.org/x/sync v0.9.0
golang.org/x/sys v0.27.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/term v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)