@@ -31,7 +31,6 @@ require (
31
31
32
32
require (
33
33
cloud.google.com/go/compute v1.6.1 // indirect
34
- cloud.google.com/go v0.97.0 // indirect
35
34
github.com/andybalholm/brotli v1.0.4 // indirect
36
35
github.com/andybalholm/cascadia v1.3.1 // indirect
37
36
github.com/apache/thrift v0.14.1 // indirect
@@ -40,13 +39,11 @@ require (
40
39
github.com/davecgh/go-spew v1.1.1 // indirect
41
40
github.com/dustin/go-humanize v1.0.0 // indirect
42
41
github.com/fsnotify/fsnotify v1.5.4 // indirect
43
- github.com/go-resty/resty/v2 v2.3.0 // indirect
44
42
github.com/gobwas/httphead v0.1.0 // indirect
45
43
github.com/gobwas/pool v0.2.1 // indirect
46
44
github.com/gobwas/ws v1.0.4 // indirect
47
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
48
45
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
49
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
46
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
50
47
github.com/golang/protobuf v1.5.2 // indirect
51
48
github.com/golang/snappy v0.0.3 // indirect
52
49
github.com/google/uuid v1.2.0 // indirect
@@ -61,8 +58,6 @@ require (
61
58
github.com/klauspost/compress v1.15.6 // indirect
62
59
github.com/klauspost/cpuid v1.3.1 // indirect
63
60
github.com/magiconair/properties v1.8.6 // indirect
64
- github.com/mailru/easyjson v0.7.6 // indirect
65
- github.com/magiconair/properties v1.8.5 // indirect
66
61
github.com/mailru/easyjson v0.7.7 // indirect
67
62
github.com/mattn/go-isatty v0.0.14 // indirect
68
63
github.com/mattn/go-runewidth v0.0.13 // indirect
@@ -74,7 +69,6 @@ require (
74
69
github.com/mitchellh/mapstructure v1.5.0 // indirect
75
70
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
76
71
github.com/modern-go/reflect2 v1.0.2 // indirect
77
- github.com/neuml/txtai.go v1.0.0 // indirect
78
72
github.com/pelletier/go-toml v1.9.5 // indirect
79
73
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
80
74
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -90,8 +84,8 @@ require (
90
84
github.com/valyala/bytebufferpool v1.0.0 // indirect
91
85
github.com/valyala/fasthttp v1.37.1-0.20220607072126-8a320890c08d // indirect
92
86
go.opencensus.io v0.23.0 // indirect
93
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
94
- golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
87
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
88
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
95
89
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
96
90
golang.org/x/text v0.3.7 // indirect
97
91
google.golang.org/appengine v1.6.7 // indirect
0 commit comments