1
1
module github.com/swiftwave-org/swiftwave
2
2
3
3
go 1.21.7
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
ariga.io/atlas-provider-gorm v0.5.0
7
- github.com/99designs/gqlgen v0.17.48
8
+ github.com/99designs/gqlgen v0.17.69
8
9
github.com/aws/aws-sdk-go v1.55.6
9
- github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48
10
+ github.com/dgryski/trifles v0.0.0-20230903005119-f50d829f2e54
10
11
github.com/docker/docker v27.5.1+incompatible
11
12
github.com/fatih/color v1.18.0
12
13
github.com/go-git/go-git/v5 v5.13.2
@@ -24,9 +25,9 @@ require (
24
25
github.com/stretchr/testify v1.10.0
25
26
github.com/testcontainers/testcontainers-go v0.33.0
26
27
github.com/tredoe/osutil v1.5.0
27
- github.com/vektah/gqlparser/v2 v2.5.19
28
+ github.com/vektah/gqlparser/v2 v2.5.23
28
29
github.com/xlzd/gotp v0.1.0
29
- golang.org/x/term v0.29 .0
30
+ golang.org/x/term v0.30 .0
30
31
gopkg.in/yaml.v3 v3.0.1
31
32
gorm.io/driver/postgres v1.5.11
32
33
gorm.io/gorm v1.25.12
@@ -36,10 +37,10 @@ require (
36
37
require (
37
38
dario.cat/mergo v1.0.0 // indirect
38
39
github.com/ProtonMail/go-crypto v1.1.5 // indirect
39
- github.com/agnivade/levenshtein v1.1 .1 // indirect
40
+ github.com/agnivade/levenshtein v1.2 .1 // indirect
40
41
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
42
github.com/cloudflare/circl v1.3.7 // indirect
42
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
43
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
43
44
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
44
45
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
45
46
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -50,13 +51,12 @@ require (
50
51
github.com/jackc/pgpassfile v1.0.0 // indirect
51
52
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
52
53
github.com/jackc/pgx/v5 v5.5.5 // indirect
53
- github.com/mitchellh/mapstructure v1.5.0 // indirect
54
54
github.com/pjbgf/sha1cd v0.3.2 // indirect
55
55
github.com/russross/blackfriday/v2 v2.1.0 // indirect
56
56
github.com/skeema/knownhosts v1.3.0 // indirect
57
57
github.com/sosodev/duration v1.3.1 // indirect
58
- github.com/urfave/cli/v2 v2.27.2 // indirect
59
- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
58
+ github.com/urfave/cli/v2 v2.27.6 // indirect
59
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
60
60
golang.org/x/time v0.8.0 // indirect
61
61
)
62
62
@@ -77,6 +77,7 @@ require (
77
77
github.com/go-logr/stdr v1.2.2 // indirect
78
78
github.com/go-ole/go-ole v1.2.6 // indirect
79
79
github.com/go-sql-driver/mysql v1.7.0 // indirect
80
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
80
81
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
81
82
github.com/golang-sql/sqlexp v0.1.0 // indirect
82
83
github.com/google/go-cmp v0.6.0 // indirect
@@ -113,7 +114,7 @@ require (
113
114
go.opentelemetry.io/otel/metric v1.24.0 // indirect
114
115
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
115
116
go.opentelemetry.io/otel/trace v1.24.0 // indirect
116
- golang.org/x/sync v0.11 .0 // indirect
117
+ golang.org/x/sync v0.12 .0 // indirect
117
118
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
118
119
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
119
120
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -131,7 +132,7 @@ require (
131
132
github.com/jinzhu/inflection v1.0.0 // indirect
132
133
github.com/jinzhu/now v1.1.5 // indirect
133
134
github.com/labstack/gommon v0.4.2
134
- github.com/mattn/go-colorable v0.1.13 // indirect
135
+ github.com/mattn/go-colorable v0.1.14 // indirect
135
136
github.com/mattn/go-isatty v0.0.20 // indirect
136
137
github.com/moby/term v0.5.0 // indirect
137
138
github.com/morikuni/aec v1.0.0 // indirect
@@ -143,11 +144,11 @@ require (
143
144
go.uber.org/atomic v1.11.0 // indirect
144
145
go.uber.org/multierr v1.11.0 // indirect
145
146
go.uber.org/zap v1.24.0 // indirect
146
- golang.org/x/crypto v0.33 .0
147
- golang.org/x/mod v0.17 .0 // indirect
148
- golang.org/x/net v0.35 .0
149
- golang.org/x/sys v0.30 .0 // indirect
150
- golang.org/x/text v0.22 .0 // indirect
151
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
147
+ golang.org/x/crypto v0.36 .0
148
+ golang.org/x/mod v0.24 .0 // indirect
149
+ golang.org/x/net v0.37 .0
150
+ golang.org/x/sys v0.31 .0 // indirect
151
+ golang.org/x/text v0.23 .0 // indirect
152
+ golang.org/x/tools v0.31.0 // indirect
152
153
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
153
154
)
0 commit comments