forked from leaf-ai/studio-go-runner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
101 lines (98 loc) · 4.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
module github.com/leaf-ai/studio-go-runner
go 1.16
require (
cloud.google.com/go v0.90.0 // indirect
github.com/Azure/go-autorest/autorest v0.11.19 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.14 // indirect
github.com/BurntSushi/toml v0.4.1
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Masterminds/sprig/v3 v3.2.2
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/Rhymond/go-money v1.0.3
github.com/awnumar/memguard v0.22.2
github.com/aws/aws-sdk-go v1.40.43
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.1
github.com/containerd/containerd v1.5.2 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/docker/docker v20.10.7+incompatible // indirect
github.com/dsnet/compress v0.0.1
github.com/dustin/go-humanize v1.0.0
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/fsnotify/fsnotify v1.5.1
github.com/go-enry/go-license-detector/v4 v4.3.0
github.com/go-stack/stack v1.8.1
github.com/go-test/deep v1.0.7
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jjeffery/kv v0.8.1
github.com/karlmutch/aws-ec2-price v0.0.3
github.com/karlmutch/base62 v0.0.0-20150408093626-b80cdc656a7a
github.com/karlmutch/ccache v2.0.3-0.20180726214243-573f5233780c+incompatible
github.com/karlmutch/circbuf v0.0.0-20150827004946-bbbad097214e
github.com/karlmutch/duat v0.0.0-20210724203722-1478286d90ae
github.com/karlmutch/envflag v0.0.0-20210224011628-e09410f046e9
github.com/karlmutch/go-cache v2.0.0+incompatible
github.com/karlmutch/go-nvml v0.0.0-20200203202551-277366df5c37
github.com/karlmutch/go-shortid v0.0.0-20170305092000-935de6796a71
github.com/karlmutch/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/karlmutch/k8s v1.2.1-0.20210224003752-d750059a3836
github.com/karlmutch/logxi v0.0.0-20210224194221-fde727bca873
github.com/karlmutch/petname v0.0.0-20190202005206-caff460d43c2 // indirect
github.com/karlmutch/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/karlseguin/expect v1.0.7 // indirect
github.com/klauspost/compress v1.13.0 // indirect
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/leaf-ai/go-service v0.0.0-20210911031305-5410b30da8d1
github.com/lthibault/jitterbug v2.0.0+incompatible
github.com/makasim/amqpextra v0.16.4
github.com/mholt/archiver/v3 v3.5.0
github.com/michaelklishin/rabbit-hole/v2 v2.10.0
github.com/minio/minio-go/v7 v7.0.14
github.com/mitchellh/copystructure v1.2.0
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/otiai10/copy v1.6.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.29.0
github.com/prometheus/procfs v0.7.0 // indirect
github.com/prometheus/prom2json v1.3.0
github.com/rs/xid v1.3.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/streadway/amqp v1.0.1-0.20200716223359-e6b33f460591
github.com/tebeka/atexit v0.3.0
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/valyala/fastjson v1.6.3
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125 // indirect
go.opentelemetry.io/otel v0.20.0
go.uber.org/atomic v1.9.0
go.uber.org/goleak v1.1.10 // indirect
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67 // indirect
google.golang.org/protobuf v1.27.1
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)
replace (
golang.org/x/text v0.3.0 => golang.org/x/text v0.3.3
golang.org/x/text v0.3.1 => golang.org/x/text v0.3.3
golang.org/x/text v0.3.2 => golang.org/x/text v0.3.3
)