-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
73 lines (68 loc) · 2.83 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
module github.com/viant/mly
go 1.22
toolchain go1.23.3
require (
github.com/aerospike/aerospike-client-go v4.5.2+incompatible
github.com/francoispqt/gojay v1.2.13
github.com/google/uuid v1.6.0
github.com/jessevdk/go-flags v1.5.0
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.20.2 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
github.com/tensorflow/tensorflow v2.4.2+incompatible
github.com/viant/afs v1.16.1-0.20221201181023-455837320ec5
github.com/viant/afsc v1.8.0
github.com/viant/bintly v0.2.0
github.com/viant/gmetric v0.3.1-0.20230405233616-cc90deee60c4
github.com/viant/gtly v0.1.1-0.20220929163617-a9b6dbce2bdc
github.com/viant/scache v0.4.0
github.com/viant/tapper v0.6.6
github.com/viant/toolbox v0.34.5
github.com/viant/xunsafe v0.8.1-0.20220921220858-82f5aba1919f
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
golang.org/x/net v0.29.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cyningsun/heavy-hitters v0.0.0-20230601160639-238b21a6ddce
github.com/migotom/heavykeeper v0.0.0-20230118182531-d6958b4bb326
github.com/prometheus/client_golang v1.16.0
golang.org/x/sync v0.8.0
)
require (
cloud.google.com/go v0.105.0 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v0.7.0 // indirect
cloud.google.com/go/storage v1.27.0 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/aws/aws-sdk-go v1.44.114 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.103.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd // indirect
google.golang.org/grpc v1.68.1 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)