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) · 875 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/common-fate/session-manager-plugin
go 1.22.0
require (
github.com/aws/aws-sdk-go v1.54.19
github.com/aws/session-manager-plugin v0.0.0-20240702185740-6384c679ead7
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.3
github.com/stretchr/testify v1.9.0
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19
github.com/xtaci/smux v1.5.24
golang.org/x/crypto v0.25.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.22.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.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)