This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
forked from violethaze74/amazon-ssm-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (37 loc) · 1.61 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/aws/amazon-ssm-agent
go 1.15
replace github.com/aws/aws-sdk-go => ./extra/aws-sdk-go
replace github.com/nightlyone/lockfile => ./extra/lockfile
require (
github.com/Jeffail/gabs v1.0.0
github.com/Workiva/go-datastructures v1.0.53
github.com/aws/aws-sdk-go v1.35.23
github.com/carlescere/scheduler v0.0.0-20150615230211-9b78eac89dfb
github.com/cenkalti/backoff/v4 v4.0.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/coreos/go-semver v0.2.0
github.com/creack/pty v1.1.11
github.com/fsnotify/fsnotify v1.4.7
github.com/go-git/go-billy/v5 v5.3.0 // indirect
github.com/go-git/go-git/v5 v5.3.0
github.com/google/go-github v0.0.0-20170604025028-a117bb2595a5 // this corresponds to v8
github.com/google/go-querystring v1.0.0 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/gorilla/websocket v1.4.2
github.com/hectane/go-acl v0.0.0-20151103031024-7f56832555fc // Don't update -- breaks
github.com/mitchellh/go-ps v1.0.0
github.com/nightlyone/lockfile v0.0.0
github.com/pborman/ansi v1.0.0
github.com/stretchr/testify v1.7.0
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19 // Don't update -- breaks
github.com/xtaci/smux v1.5.15
go.nanomsg.org/mangos/v3 v3.1.2
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/net v0.0.0-20210508051633-16afe75a6701
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
gopkg.in/ini.v1 v1.62.0
gopkg.in/yaml.v2 v2.3.0
)