@@ -5,18 +5,18 @@ go 1.24.2
5
5
require (
6
6
github.com/NYTimes/gziphandler v1.1.1
7
7
github.com/PaesslerAG/gval v1.2.4
8
- github.com/aarol/reload v1.2.0
8
+ github.com/aarol/reload v1.2.2
9
9
github.com/aws/aws-sdk-go-v2 v1.36.3
10
10
github.com/aws/aws-sdk-go-v2/config v1.29.14
11
11
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
12
- github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.74
12
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.77
13
13
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.30.0
14
- github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
14
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0
15
15
github.com/bigkevmcd/go-cachewrapper v0.0.0-20240507155736-346a72d92df1
16
16
github.com/crewjam/saml v0.5.1
17
17
github.com/dimchansky/utfbom v1.1.1
18
- github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
19
- github.com/evanw/esbuild v0.25.3
18
+ github.com/dop251/goja v0.0.0-20250531102226-cb187b08699c
19
+ github.com/evanw/esbuild v0.25.5
20
20
github.com/fatih/color v1.18.0
21
21
github.com/felixge/httpsnoop v1.0.4
22
22
github.com/francoispqt/gojay v1.2.13
@@ -25,36 +25,36 @@ require (
25
25
github.com/gomodule/redigo v1.9.2
26
26
github.com/gorilla/mux v1.8.1
27
27
github.com/icza/session v1.3.0
28
- github.com/jackc/pgx/v5 v5.7.4
28
+ github.com/jackc/pgx/v5 v5.7.5
29
29
github.com/patrickmn/go-cache v2.1.0+incompatible
30
30
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
31
31
github.com/robfig/cron/v3 v3.0.1
32
- github.com/sashabaranov/go-openai v1.39.0
32
+ github.com/sashabaranov/go-openai v1.40.1
33
33
github.com/spf13/cobra v1.9.1
34
34
github.com/stretchr/testify v1.10.0
35
35
github.com/stripe/stripe-go v70.15.0+incompatible
36
36
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569
37
37
github.com/xeipuuv/gojsonschema v1.2.0
38
38
github.com/zachelrath/yaml-jsonpointer v0.2.0
39
- golang.org/x/crypto v0.37 .0
40
- golang.org/x/oauth2 v0.29 .0
41
- golang.org/x/text v0.24 .0
42
- google.golang.org/api v0.231 .0
39
+ golang.org/x/crypto v0.38 .0
40
+ golang.org/x/oauth2 v0.30 .0
41
+ golang.org/x/text v0.25 .0
42
+ google.golang.org/api v0.236 .0
43
43
gopkg.in/yaml.v3 v3.0.1
44
44
)
45
45
46
46
require (
47
- cloud.google.com/go/auth v0.16.1 // indirect
47
+ cloud.google.com/go/auth v0.16.2 // indirect
48
48
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
49
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
49
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
50
50
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
51
51
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
52
52
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
53
53
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
54
54
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
55
55
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
56
56
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
57
- github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
57
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
58
58
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
59
59
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
60
60
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
@@ -66,16 +66,16 @@ require (
66
66
github.com/davecgh/go-spew v1.1.1 // indirect
67
67
github.com/dlclark/regexp2 v1.11.5 // indirect
68
68
github.com/fsnotify/fsnotify v1.9.0 // indirect
69
- github.com/go-logr/logr v1.4.2 // indirect
69
+ github.com/go-logr/logr v1.4.3 // indirect
70
70
github.com/go-logr/stdr v1.2.2 // indirect
71
71
github.com/go-openapi/jsonpointer v0.21.1 // indirect
72
72
github.com/go-openapi/swag v0.23.1 // indirect
73
73
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
74
74
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
75
- github.com/google/pprof v0.0.0-20250423184734-337e5dd93bb4 // indirect
75
+ github.com/google/pprof v0.0.0-20250602020802-c6617b811d0e // indirect
76
76
github.com/google/s2a-go v0.1.9 // indirect
77
77
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
78
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
78
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
79
79
github.com/gorilla/websocket v1.5.3 // indirect
80
80
github.com/hashicorp/errwrap v1.1.0 // indirect
81
81
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -98,15 +98,15 @@ require (
98
98
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
99
99
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
100
100
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
101
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
102
- go.opentelemetry.io/otel v1.35 .0 // indirect
103
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
104
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
101
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
102
+ go.opentelemetry.io/otel v1.36 .0 // indirect
103
+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
104
+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
105
105
go.uber.org/atomic v1.11.0 // indirect
106
- golang.org/x/net v0.39 .0 // indirect
107
- golang.org/x/sync v0.13 .0
108
- golang.org/x/sys v0.32 .0 // indirect
109
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
110
- google.golang.org/grpc v1.72.0 // indirect
106
+ golang.org/x/net v0.40 .0 // indirect
107
+ golang.org/x/sync v0.14 .0
108
+ golang.org/x/sys v0.33 .0 // indirect
109
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
110
+ google.golang.org/grpc v1.72.2 // indirect
111
111
google.golang.org/protobuf v1.36.6 // indirect
112
112
)
0 commit comments