@@ -8,11 +8,11 @@ require (
8
8
github.com/alecthomas/chroma/v2 v2.13.0
9
9
github.com/alecthomas/kong v0.9.0
10
10
github.com/alecthomas/participle/v2 v2.1.1
11
- github.com/aws/aws-sdk-go v1.51.21
11
+ github.com/aws/aws-sdk-go v1.51.25
12
12
github.com/bluele/gcache v0.0.2
13
13
github.com/bufbuild/protovalidate-go v0.6.1
14
14
github.com/cenkalti/backoff/v4 v4.3.0
15
- github.com/cerbos/cerbos-sdk-go v0.2.5-0.20240415074433-be5e6dca0cce
15
+ github.com/cerbos/cerbos-sdk-go v0.2.5-0.20240419133306-dadcb00d34ef
16
16
github.com/cerbos/cerbos/api/genpb v0.35.1
17
17
github.com/cerbos/cloud-api v0.1.18
18
18
github.com/cespare/xxhash v1.1.0
@@ -32,7 +32,7 @@ require (
32
32
github.com/go-sql-driver/mysql v1.8.1
33
33
github.com/gobwas/glob v0.2.3
34
34
github.com/goccy/go-yaml v1.11.3
35
- github.com/golang-migrate/migrate/v4 v4.17.0
35
+ github.com/golang-migrate/migrate/v4 v4.17.1
36
36
github.com/google/cel-go v0.20.1
37
37
github.com/google/go-cmp v0.6.0
38
38
github.com/google/gops v0.3.28
@@ -51,7 +51,7 @@ require (
51
51
github.com/lestrrat-go/httprc/v2 v2.0.0
52
52
github.com/lestrrat-go/jwx/v2 v2.0.21
53
53
github.com/mattn/go-isatty v0.0.20
54
- github.com/microsoft/go-mssqldb v1.7.0
54
+ github.com/microsoft/go-mssqldb v1.7.1
55
55
github.com/minio/minio-go/v7 v7.0.69
56
56
github.com/nlepage/go-tarfs v1.2.1
57
57
github.com/oklog/ulid/v2 v2.1.0
@@ -61,7 +61,7 @@ require (
61
61
github.com/planetscale/vtprotobuf v0.6.0
62
62
github.com/prometheus/client_golang v1.19.0
63
63
github.com/pterm/pterm v0.12.79
64
- github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95
64
+ github.com/rivo/tview v0.0.0-20240420134618-e119d15762fe
65
65
github.com/rjeczalik/notify v0.9.3
66
66
github.com/rogpeppe/go-internal v1.12.0
67
67
github.com/rs/cors v1.10.1
@@ -102,18 +102,18 @@ require (
102
102
go.uber.org/zap v1.27.0
103
103
gocloud.dev v0.37.0
104
104
golang.org/x/crypto v0.22.0
105
- golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
105
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
106
106
golang.org/x/net v0.24.0
107
107
golang.org/x/sync v0.7.0
108
108
golang.org/x/tools v0.20.0
109
109
gonum.org/v1/gonum v0.15.0
110
- google.golang.org/genproto/googleapis/api v0.0.0-20240412170617-26222e5d3d56
110
+ google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be
111
111
google.golang.org/grpc v1.63.2
112
112
google.golang.org/protobuf v1.33.0
113
113
gopkg.in/natefinch/lumberjack.v2 v2.2.1
114
114
gopkg.in/yaml.v3 v3.0.1
115
115
helm.sh/helm/v3 v3.14.4
116
- modernc.org/sqlite v1.29.6
116
+ modernc.org/sqlite v1.29.8
117
117
)
118
118
119
119
require (
@@ -192,7 +192,6 @@ require (
192
192
github.com/golang/protobuf v1.5.4 // indirect
193
193
github.com/golang/snappy v0.0.4 // indirect
194
194
github.com/google/flatbuffers v2.0.8+incompatible // indirect
195
- github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
196
195
github.com/google/s2a-go v0.1.7 // indirect
197
196
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
198
197
github.com/google/wire v0.6.0 // indirect
@@ -217,7 +216,7 @@ require (
217
216
github.com/json-iterator/go v1.1.12 // indirect
218
217
github.com/kevinburke/ssh_config v1.2.0 // indirect
219
218
github.com/klauspost/compress v1.17.6 // indirect
220
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
219
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
221
220
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
222
221
github.com/lestrrat-go/httpcc v1.0.1 // indirect
223
222
github.com/lestrrat-go/httprc v1.0.5 // indirect
@@ -292,14 +291,14 @@ require (
292
291
google.golang.org/api v0.169.0 // indirect
293
292
google.golang.org/appengine v1.6.8 // indirect
294
293
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
295
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
294
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240415141817-7cd4c1c1f9ec // indirect
296
295
gopkg.in/ini.v1 v1.67.0 // indirect
297
296
gopkg.in/warnings.v0 v0.1.2 // indirect
298
297
gopkg.in/yaml.v2 v2.4.0 // indirect
299
298
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
300
- modernc.org/libc v1.41.0 // indirect
299
+ modernc.org/libc v1.49.3 // indirect
301
300
modernc.org/mathutil v1.6.0 // indirect
302
- modernc.org/memory v1.7.2 // indirect
301
+ modernc.org/memory v1.8.0 // indirect
303
302
modernc.org/strutil v1.2.0 // indirect
304
303
modernc.org/token v1.1.0 // indirect
305
304
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments