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.70
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.1.1+incompatible
11
12
github.com/fatih/color v1.18.0
12
13
github.com/go-git/go-git/v5 v5.13.1
@@ -25,9 +26,9 @@ require (
25
26
github.com/stretchr/testify v1.10.0
26
27
github.com/testcontainers/testcontainers-go v0.33.0
27
28
github.com/tredoe/osutil v1.5.0
28
- github.com/vektah/gqlparser/v2 v2.5.19
29
+ github.com/vektah/gqlparser/v2 v2.5.23
29
30
github.com/xlzd/gotp v0.1.0
30
- golang.org/x/term v0.29 .0
31
+ golang.org/x/term v0.30 .0
31
32
gopkg.in/yaml.v3 v3.0.1
32
33
gorm.io/driver/postgres v1.5.11
33
34
gorm.io/gorm v1.25.12
@@ -37,10 +38,10 @@ require (
37
38
require (
38
39
dario.cat/mergo v1.0.0 // indirect
39
40
github.com/ProtonMail/go-crypto v1.1.3 // indirect
40
- github.com/agnivade/levenshtein v1.1 .1 // indirect
41
+ github.com/agnivade/levenshtein v1.2 .1 // indirect
41
42
github.com/cespare/xxhash/v2 v2.2.0 // indirect
42
43
github.com/cloudflare/circl v1.3.7 // indirect
43
- github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
44
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
44
45
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
45
46
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
46
47
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -51,13 +52,12 @@ require (
51
52
github.com/jackc/pgpassfile v1.0.0 // indirect
52
53
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
53
54
github.com/jackc/pgx/v5 v5.5.5 // indirect
54
- github.com/mitchellh/mapstructure v1.5.0 // indirect
55
55
github.com/pjbgf/sha1cd v0.3.0 // indirect
56
56
github.com/russross/blackfriday/v2 v2.1.0 // indirect
57
57
github.com/skeema/knownhosts v1.3.0 // indirect
58
58
github.com/sosodev/duration v1.3.1 // indirect
59
- github.com/urfave/cli/v2 v2.27.2 // indirect
60
- github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
59
+ github.com/urfave/cli/v2 v2.27.6 // indirect
60
+ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
61
61
golang.org/x/time v0.8.0 // indirect
62
62
)
63
63
@@ -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
@@ -110,7 +111,7 @@ require (
110
111
go.opentelemetry.io/otel v1.24.0 // indirect
111
112
go.opentelemetry.io/otel/metric v1.24.0 // indirect
112
113
go.opentelemetry.io/otel/trace v1.24.0 // indirect
113
- golang.org/x/sync v0.11 .0 // indirect
114
+ golang.org/x/sync v0.12 .0 // indirect
114
115
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
115
116
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
116
117
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -128,7 +129,7 @@ require (
128
129
github.com/jinzhu/inflection v1.0.0 // indirect
129
130
github.com/jinzhu/now v1.1.5 // indirect
130
131
github.com/labstack/gommon v0.4.2
131
- github.com/mattn/go-colorable v0.1.13 // indirect
132
+ github.com/mattn/go-colorable v0.1.14 // indirect
132
133
github.com/mattn/go-isatty v0.0.20 // indirect
133
134
github.com/moby/term v0.5.0 // indirect
134
135
github.com/morikuni/aec v1.0.0 // indirect
@@ -140,10 +141,10 @@ require (
140
141
go.uber.org/atomic v1.11.0 // indirect
141
142
go.uber.org/multierr v1.11.0 // indirect
142
143
go.uber.org/zap v1.24.0 // indirect
143
- golang.org/x/crypto v0.33 .0
144
- golang.org/x/mod v0.17 .0 // indirect
145
- golang.org/x/net v0.35 .0
146
- golang.org/x/sys v0.30 .0 // indirect
147
- golang.org/x/text v0.22 .0 // indirect
148
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
144
+ golang.org/x/crypto v0.36 .0
145
+ golang.org/x/mod v0.24 .0 // indirect
146
+ golang.org/x/net v0.37 .0
147
+ golang.org/x/sys v0.31 .0 // indirect
148
+ golang.org/x/text v0.23 .0 // indirect
149
+ golang.org/x/tools v0.31.0 // indirect
149
150
)
0 commit comments