-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
42 lines (38 loc) · 1.42 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
module github.com/ConnectEverything/sales-poc-accenture
go 1.20
require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/SharkEzz/sgp4 v1.0.1
github.com/cenkalti/backoff/v4 v4.2.0
github.com/cespare/xxhash/v2 v2.2.0
github.com/corona10/goimagehash v1.1.0
github.com/goccy/go-json v0.10.2
github.com/hashicorp/golang-lru/v2 v2.0.2
github.com/nats-io/nats-server/v2 v2.9.17-0.20230421144049-5f884349dbc7
github.com/nats-io/nats.go v1.25.0
github.com/pinzolo/casee v1.0.0
github.com/u2takey/ffmpeg-go v0.4.2-0.20230301145721-b4a2cebb9771
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/sync v0.1.0
)
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
require (
github.com/klauspost/compress v1.16.4 // indirect
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.4.1 // indirect
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
)