|
1 |
| -module github.com/Templum/rabbitmq-connector |
2 |
| - |
3 |
| -go 1.19 |
4 |
| - |
5 |
| -require ( |
6 |
| - github.com/docker/go-connections v0.4.0 |
7 |
| - github.com/openfaas/connector-sdk v0.0.0-20201220114541-89f0ffcc5448 |
8 |
| - github.com/openfaas/faas-provider v0.19.1 |
9 |
| - github.com/pkg/errors v0.9.1 |
10 |
| - github.com/spf13/afero v1.9.3 |
11 |
| - github.com/streadway/amqp v1.0.0 |
12 |
| - github.com/stretchr/testify v1.8.1 |
13 |
| - github.com/testcontainers/testcontainers-go v0.15.0 |
14 |
| - github.com/valyala/fasthttp v1.43.0 |
15 |
| - go.uber.org/automaxprocs v1.5.1 |
16 |
| - gopkg.in/yaml.v2 v2.4.0 |
17 |
| -) |
18 |
| - |
19 |
| -require ( |
20 |
| - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
21 |
| - github.com/Microsoft/go-winio v0.5.2 // indirect |
22 |
| - github.com/Microsoft/hcsshim v0.9.4 // indirect |
23 |
| - github.com/andybalholm/brotli v1.0.4 // indirect |
24 |
| - github.com/cenkalti/backoff/v4 v4.1.3 // indirect |
25 |
| - github.com/containerd/cgroups v1.0.4 // indirect |
26 |
| - github.com/containerd/containerd v1.6.8 // indirect |
27 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
28 |
| - github.com/docker/distribution v2.8.1+incompatible // indirect |
29 |
| - github.com/docker/docker v20.10.17+incompatible // indirect |
30 |
| - github.com/docker/go-units v0.5.0 // indirect |
31 |
| - github.com/gogo/protobuf v1.3.2 // indirect |
32 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
33 |
| - github.com/golang/protobuf v1.5.2 // indirect |
34 |
| - github.com/google/uuid v1.3.0 // indirect |
35 |
| - github.com/klauspost/compress v1.15.9 // indirect |
36 |
| - github.com/magiconair/properties v1.8.6 // indirect |
37 |
| - github.com/moby/sys/mount v0.3.3 // indirect |
38 |
| - github.com/moby/sys/mountinfo v0.6.2 // indirect |
39 |
| - github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect |
40 |
| - github.com/morikuni/aec v1.0.0 // indirect |
41 |
| - github.com/opencontainers/go-digest v1.0.0 // indirect |
42 |
| - github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect |
43 |
| - github.com/opencontainers/runc v1.1.3 // indirect |
44 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
45 |
| - github.com/sirupsen/logrus v1.8.1 // indirect |
46 |
| - github.com/stretchr/objx v0.5.0 // indirect |
47 |
| - github.com/valyala/bytebufferpool v1.0.0 // indirect |
48 |
| - go.opencensus.io v0.23.0 // indirect |
49 |
| - golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect |
50 |
| - golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect |
51 |
| - golang.org/x/text v0.3.7 // indirect |
52 |
| - google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect |
53 |
| - google.golang.org/grpc v1.47.0 // indirect |
54 |
| - google.golang.org/protobuf v1.28.0 // indirect |
55 |
| - gopkg.in/yaml.v3 v3.0.1 // indirect |
56 |
| -) |
| 1 | +module github.com/Templum/rabbitmq-connector |
| 2 | + |
| 3 | +go 1.19 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/docker/go-connections v0.4.0 |
| 7 | + github.com/openfaas/connector-sdk v0.0.0-20201220114541-89f0ffcc5448 |
| 8 | + github.com/openfaas/faas-provider v0.19.1 |
| 9 | + github.com/pkg/errors v0.9.1 |
| 10 | + github.com/spf13/afero v1.9.3 |
| 11 | + github.com/streadway/amqp v1.0.0 |
| 12 | + github.com/stretchr/testify v1.8.1 |
| 13 | + github.com/testcontainers/testcontainers-go v0.15.0 |
| 14 | + github.com/valyala/fasthttp v1.43.0 |
| 15 | + go.uber.org/automaxprocs v1.5.1 |
| 16 | + gopkg.in/yaml.v2 v2.4.0 |
| 17 | +) |
| 18 | + |
| 19 | +require ( |
| 20 | + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| 21 | + github.com/Microsoft/go-winio v0.5.2 // indirect |
| 22 | + github.com/Microsoft/hcsshim v0.9.4 // indirect |
| 23 | + github.com/andybalholm/brotli v1.0.4 // indirect |
| 24 | + github.com/cenkalti/backoff/v4 v4.1.3 // indirect |
| 25 | + github.com/containerd/cgroups v1.0.4 // indirect |
| 26 | + github.com/containerd/containerd v1.6.8 // indirect |
| 27 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 28 | + github.com/docker/distribution v2.8.1+incompatible // indirect |
| 29 | + github.com/docker/docker v20.10.17+incompatible // indirect |
| 30 | + github.com/docker/go-units v0.5.0 // indirect |
| 31 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 32 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 33 | + github.com/golang/protobuf v1.5.2 // indirect |
| 34 | + github.com/google/uuid v1.3.0 // indirect |
| 35 | + github.com/klauspost/compress v1.15.9 // indirect |
| 36 | + github.com/magiconair/properties v1.8.6 // indirect |
| 37 | + github.com/moby/sys/mount v0.3.3 // indirect |
| 38 | + github.com/moby/sys/mountinfo v0.6.2 // indirect |
| 39 | + github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect |
| 40 | + github.com/morikuni/aec v1.0.0 // indirect |
| 41 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 42 | + github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect |
| 43 | + github.com/opencontainers/runc v1.1.3 // indirect |
| 44 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 45 | + github.com/sirupsen/logrus v1.8.1 // indirect |
| 46 | + github.com/stretchr/objx v0.5.0 // indirect |
| 47 | + github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 48 | + go.opencensus.io v0.23.0 // indirect |
| 49 | + golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect |
| 50 | + golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect |
| 51 | + golang.org/x/text v0.3.7 // indirect |
| 52 | + google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect |
| 53 | + google.golang.org/grpc v1.47.0 // indirect |
| 54 | + google.golang.org/protobuf v1.28.0 // indirect |
| 55 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 56 | +) |
0 commit comments