@@ -15,24 +15,24 @@ require (
15
15
github.com/lib/pq v1.10.9
16
16
github.com/mattn/go-sqlite3 v1.14.28
17
17
github.com/rqlite/gorqlite v0.0.0-20240122221808-a8a425b1a6aa
18
- github.com/seancfoley/ipaddress-go v1.7.0
18
+ github.com/seancfoley/ipaddress-go v1.7.1
19
19
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
20
20
github.com/stretchr/testify v1.10.0
21
21
github.com/txn2/txeh v1.5.5
22
22
go.uber.org/automaxprocs v1.6.0
23
- golang.org/x/crypto v0.38 .0
24
- golang.org/x/net v0.39 .0 // indirect
23
+ golang.org/x/crypto v0.39 .0
24
+ golang.org/x/net v0.41 .0 // indirect
25
25
golang.org/x/oauth2 v0.30.0
26
26
golang.org/x/sys v0.33.0 // indirect
27
- golang.org/x/text v0.25 .0 // indirect
27
+ golang.org/x/text v0.26 .0 // indirect
28
28
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20221104135756-97bc4ad4a1cb
29
29
gopkg.in/yaml.v3 v3.0.1
30
30
)
31
31
32
32
require (
33
33
filippo.io/edwards25519 v1.1.0
34
34
github.com/c-robinson/iplib v1.0.8
35
- github.com/posthog/posthog-go v1.5.5
35
+ github.com/posthog/posthog-go v1.5.12
36
36
)
37
37
38
38
require (
@@ -46,28 +46,27 @@ require (
46
46
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
47
47
github.com/guumaster/tablewriter v0.0.10
48
48
github.com/matryer/is v1.4.1
49
- github.com/olekukonko/tablewriter v0.0.5
50
49
github.com/spf13/cobra v1.9.1
51
- google.golang.org/api v0.229 .0
50
+ google.golang.org/api v0.238 .0
52
51
gopkg.in/mail.v2 v2.3.1
53
52
gorm.io/datatypes v1.2.5
54
- gorm.io/driver/postgres v1.5.11
55
- gorm.io/driver/sqlite v1.5.7
53
+ gorm.io/driver/postgres v1.6.0
54
+ gorm.io/driver/sqlite v1.6.0
56
55
gorm.io/gorm v1.30.0
57
56
)
58
57
59
58
require (
60
- cloud.google.com/go/auth v0.16.0 // indirect
59
+ cloud.google.com/go/auth v0.16.2 // indirect
61
60
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
62
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
61
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
63
62
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
64
63
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
65
64
github.com/go-logr/logr v1.4.2 // indirect
66
65
github.com/go-logr/stdr v1.2.2 // indirect
67
66
github.com/go-sql-driver/mysql v1.8.1 // indirect
68
67
github.com/google/s2a-go v0.1.9 // indirect
69
68
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
70
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
69
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
71
70
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
72
71
github.com/inconshreveable/mousetrap v1.1.0 // indirect
73
72
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -81,12 +80,12 @@ require (
81
80
github.com/seancfoley/bintree v1.3.1 // indirect
82
81
github.com/spf13/pflag v1.0.6 // indirect
83
82
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
84
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
85
- go.opentelemetry.io/otel v1.35 .0 // indirect
86
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
87
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
88
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
89
- google.golang.org/grpc v1.71.1 // indirect
83
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
84
+ go.opentelemetry.io/otel v1.36 .0 // indirect
85
+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
86
+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
87
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
88
+ google.golang.org/grpc v1.73.0 // indirect
90
89
google.golang.org/protobuf v1.36.6 // indirect
91
90
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
92
91
gorm.io/driver/mysql v1.5.6 // indirect
@@ -99,7 +98,7 @@ require (
99
98
github.com/go-playground/universal-translator v0.18.1 // indirect
100
99
github.com/hashicorp/go-version v1.7.0
101
100
github.com/leodido/go-urn v1.4.0 // indirect
102
- github.com/mattn/go-runewidth v0.0.13 // indirect
101
+ github.com/mattn/go-runewidth v0.0.16 // indirect
103
102
github.com/pmezard/go-difflib v1.0.0 // indirect
104
- golang.org/x/sync v0.14 .0 // indirect
103
+ golang.org/x/sync v0.15 .0 // indirect
105
104
)
0 commit comments