-
Notifications
You must be signed in to change notification settings - Fork 14
/
go.mod
36 lines (32 loc) · 1.37 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
module github.com/Comcast/plax
go 1.16
require (
github.com/Comcast/sheens v0.9.1-0.20210115175817-a1a65cee59ac
github.com/alecthomas/jsonschema v0.0.0-20210526225647-edb03dcab7bc
github.com/avarabyeu/goRP/v5 v5.0.1 // indirect
github.com/aws/aws-sdk-go v1.40.4
github.com/aws/aws-sdk-go-v2 v1.17.5
github.com/aws/aws-sdk-go-v2/config v1.18.15
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.6
github.com/dop251/goja v0.0.0-20210720190508-a7a3a1366b2e
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0 // indirect
github.com/harlow/kinesis-consumer v0.3.4
github.com/hashicorp/go-plugin v1.4.3
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/itchyny/gojq v0.12.4
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
modernc.org/ccgo/v3 v3.9.6 // indirect
modernc.org/memory v1.0.5 // indirect
modernc.org/sqlite v1.11.2
)
exclude github.com/manifoldco/promptui v0.8.0
replace github.com/Comcast/plax => ./