Skip to content

Commit 7ce060c

Browse files
Update all patch dependencies
1 parent 11a52be commit 7ce060c

2 files changed

Lines changed: 114 additions & 156 deletions

File tree

go.mod

Lines changed: 36 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,87 +1,76 @@
11
module github.com/theopenlane/agent
22

3-
go 1.25.7
3+
go 1.26.3
44

55
require (
6-
github.com/99designs/gqlgen v0.17.86
6+
github.com/99designs/gqlgen v0.17.90
77
github.com/codeGROOVE-dev/retry v1.2.0
88
github.com/google/uuid v1.6.0
9-
github.com/gqlgo/gqlgenc v0.33.1
10-
github.com/invopop/jsonschema v0.13.0
9+
github.com/gqlgo/gqlgenc v0.37.0
10+
github.com/invopop/jsonschema v0.14.0
1111
github.com/invopop/yaml v0.3.1
1212
github.com/knadh/koanf/parsers/yaml v1.1.0
1313
github.com/knadh/koanf/providers/env v1.1.0
14-
github.com/knadh/koanf/providers/file v1.2.0
15-
github.com/knadh/koanf/v2 v2.3.2
14+
github.com/knadh/koanf/providers/file v1.2.1
15+
github.com/knadh/koanf/v2 v2.3.4
1616
github.com/mcuadros/go-defaults v1.2.0
1717
github.com/robfig/cron/v3 v3.0.1
18-
github.com/rs/zerolog v1.34.0
19-
github.com/samber/lo v1.52.0
20-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0
18+
github.com/rs/zerolog v1.35.1
19+
github.com/samber/lo v1.53.0
20+
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
2121
github.com/stretchr/testify v1.11.1
22-
github.com/theopenlane/core/common v1.0.10
23-
github.com/theopenlane/go-client v0.8.5
24-
github.com/theopenlane/utils v0.7.0
25-
github.com/urfave/cli/v3 v3.6.2
26-
github.com/vektah/gqlparser/v2 v2.5.31
22+
github.com/theopenlane/core/common v1.0.23
23+
github.com/theopenlane/go-client v0.10.0
24+
github.com/theopenlane/utils v0.7.1
25+
github.com/urfave/cli/v3 v3.8.0
26+
github.com/vektah/gqlparser/v2 v2.5.33
2727
gopkg.in/yaml.v3 v3.0.1
2828
)
2929

3030
require (
3131
github.com/bahlo/generic-list-go v0.2.0 // indirect
32-
github.com/buger/jsonparser v1.1.1 // indirect
32+
github.com/buger/jsonparser v1.1.2 // indirect
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
36-
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
37-
github.com/fsnotify/fsnotify v1.9.0 // indirect
38-
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
39-
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
35+
github.com/fsnotify/fsnotify v1.10.1 // indirect
36+
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
4037
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
41-
github.com/go-webauthn/webauthn v0.15.0 // indirect
42-
github.com/go-webauthn/x v0.1.28 // indirect
43-
github.com/goccy/go-json v0.10.5 // indirect
38+
github.com/go-webauthn/webauthn v0.17.3 // indirect
39+
github.com/go-webauthn/x v0.2.5 // indirect
4440
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
4541
github.com/google/go-querystring v1.2.0 // indirect
4642
github.com/google/go-tpm v0.9.8 // indirect
4743
github.com/gorilla/securecookie v1.1.2 // indirect
4844
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
4945
github.com/knadh/koanf/maps v0.1.2 // indirect
50-
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
51-
github.com/lestrrat-go/httpcc v1.0.1 // indirect
52-
github.com/lestrrat-go/httprc/v3 v3.0.4 // indirect
53-
github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect
54-
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
55-
github.com/mailru/easyjson v0.9.1 // indirect
5646
github.com/mattn/go-colorable v0.1.14 // indirect
57-
github.com/mattn/go-isatty v0.0.20 // indirect
47+
github.com/mattn/go-isatty v0.0.22 // indirect
5848
github.com/mitchellh/copystructure v1.2.0 // indirect
5949
github.com/mitchellh/reflectwalk v1.0.2 // indirect
60-
github.com/muhlemmer/gu v0.3.1 // indirect
6150
github.com/oklog/ulid/v2 v2.1.1 // indirect
51+
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
52+
github.com/philhofer/fwd v1.2.0 // indirect
6253
github.com/pkg/errors v0.9.1 // indirect
6354
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
64-
github.com/redis/go-redis/v9 v9.17.3 // indirect
65-
github.com/samber/mo v1.16.0 // indirect
66-
github.com/segmentio/asm v1.2.1 // indirect
67-
github.com/sosodev/duration v1.3.1 // indirect
55+
github.com/redis/go-redis/v9 v9.19.0 // indirect
56+
github.com/sosodev/duration v1.4.0 // indirect
6857
github.com/stoewer/go-strcase v1.3.1 // indirect
58+
github.com/theopenlane/core v1.21.22 // indirect
6959
github.com/theopenlane/echox v0.3.0 // indirect
7060
github.com/theopenlane/httpsling v0.3.0 // indirect
71-
github.com/theopenlane/iam v0.24.0 // indirect
61+
github.com/theopenlane/iam v0.29.0 // indirect
62+
github.com/tinylib/msgp v1.6.4 // indirect
7263
github.com/valyala/bytebufferpool v1.0.0 // indirect
7364
github.com/valyala/fasttemplate v1.2.2 // indirect
74-
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
75-
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
76-
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
7765
github.com/x448/float16 v0.8.4 // indirect
78-
github.com/zitadel/oidc/v3 v3.45.4 // indirect
79-
github.com/zitadel/schema v1.3.2 // indirect
66+
go.uber.org/atomic v1.11.0 // indirect
8067
go.yaml.in/yaml/v3 v3.0.4 // indirect
81-
golang.org/x/crypto v0.48.0 // indirect
82-
golang.org/x/net v0.50.0 // indirect
83-
golang.org/x/oauth2 v0.35.0 // indirect
84-
golang.org/x/sys v0.41.0 // indirect
85-
golang.org/x/text v0.34.0 // indirect
86-
golang.org/x/time v0.14.0 // indirect
68+
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
69+
golang.org/x/crypto v0.51.0 // indirect
70+
golang.org/x/net v0.54.0 // indirect
71+
golang.org/x/oauth2 v0.36.0 // indirect
72+
golang.org/x/sync v0.20.0 // indirect
73+
golang.org/x/sys v0.44.0 // indirect
74+
golang.org/x/text v0.37.0 // indirect
75+
golang.org/x/time v0.15.0 // indirect
8776
)

0 commit comments

Comments
 (0)