1
1
module github.com/swiftwave-org/swiftwave
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.21.3
4
6
5
7
require (
8
+ github.com/99designs/gqlgen v0.17.39
6
9
github.com/docker/docker v24.0.7+incompatible
7
10
github.com/go-git/go-git/v5 v5.10.0
8
11
github.com/go-redis/redis/v8 v8.11.5
9
- github.com/gorilla/websocket v1.5.0
12
+ github.com/hashicorp/go-set v0.1.14
10
13
github.com/labstack/echo/v4 v4.11.2
11
14
github.com/mholt/acmez v1.2.0
12
- github.com/vmihailenco/taskq/v3 v3.2.9
15
+ github.com/rabbitmq/amqp091-go v1.9.0
16
+ github.com/vektah/gqlparser/v2 v2.5.10
13
17
gopkg.in/yaml.v3 v3.0.1
14
18
gorm.io/driver/postgres v1.5.4
15
- gorm.io/driver/sqlite v1.5.4
16
19
gorm.io/gorm v1.25.5
17
20
)
18
21
19
22
require (
20
23
dario.cat/mergo v1.0.0 // indirect
21
24
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
22
25
github.com/acomagu/bufpipe v1.0.4 // indirect
26
+ github.com/agnivade/levenshtein v1.1.1 // indirect
27
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
23
28
github.com/cloudflare/circl v1.3.3 // indirect
29
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
24
30
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
31
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
25
32
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26
33
github.com/go-git/go-billy/v5 v5.5.0 // indirect
27
34
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
28
35
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
+ github.com/gorilla/websocket v1.5.0 // indirect
37
+ github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
29
38
github.com/jackc/pgpassfile v1.0.0 // indirect
30
39
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
31
40
github.com/jackc/pgx/v5 v5.4.3 // indirect
41
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
32
42
github.com/pjbgf/sha1cd v0.3.0 // indirect
43
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
33
44
github.com/skeema/knownhosts v1.2.0 // indirect
45
+ github.com/sosodev/duration v1.1.0 // indirect
46
+ github.com/urfave/cli/v2 v2.25.5 // indirect
47
+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
34
48
golang.org/x/time v0.3.0 // indirect
35
49
)
36
50
37
51
require (
38
- github.com/bsm/redislock v0.7.2 // indirect
39
- github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3 // indirect
40
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
52
github.com/containerd/containerd v1.7.2 // indirect
42
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
43
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
44
53
github.com/emirpasic/gods v1.18.1 // indirect
45
- github.com/go-redis/redis_rate/v9 v9.1.2 // indirect
46
- github.com/hashicorp/golang-lru v0.5.4 // indirect
47
54
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
48
55
github.com/joho/godotenv v1.5.1
49
56
github.com/kevinburke/ssh_config v1.2.0 // indirect
@@ -53,8 +60,6 @@ require (
53
60
github.com/opencontainers/runc v1.1.8 // indirect
54
61
github.com/sergi/go-diff v1.3.1 // indirect
55
62
github.com/sirupsen/logrus v1.9.0 // indirect
56
- github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
57
- github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
58
63
github.com/xanzy/ssh-agent v0.3.3 // indirect
59
64
gopkg.in/warnings.v0 v0.1.2 // indirect
60
65
)
@@ -71,7 +76,6 @@ require (
71
76
github.com/labstack/gommon v0.4.0 // indirect
72
77
github.com/mattn/go-colorable v0.1.13 // indirect
73
78
github.com/mattn/go-isatty v0.0.19 // indirect
74
- github.com/mattn/go-sqlite3 v1.14.17 // indirect
75
79
github.com/moby/term v0.5.0 // indirect
76
80
github.com/morikuni/aec v1.0.0 // indirect
77
81
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -82,7 +86,7 @@ require (
82
86
go.uber.org/atomic v1.11.0 // indirect
83
87
go.uber.org/multierr v1.11.0 // indirect
84
88
go.uber.org/zap v1.24.0 // indirect
85
- golang.org/x/crypto v0.14.0
89
+ golang.org/x/crypto v0.14.0 // indirect
86
90
golang.org/x/mod v0.12.0 // indirect
87
91
golang.org/x/net v0.17.0 // indirect
88
92
golang.org/x/sys v0.13.0 // indirect
0 commit comments