@@ -3,13 +3,15 @@ module github.com/swiftwave-org/swiftwave
3
3
go 1.21.7
4
4
5
5
require (
6
+ ariga.io/atlas-provider-gorm v0.3.2
6
7
github.com/99designs/gqlgen v0.17.45
7
8
github.com/aws/aws-sdk-go v1.51.21
8
9
github.com/docker/docker v26.0.1+incompatible
9
10
github.com/fatih/color v1.16.0
10
11
github.com/go-git/go-git/v5 v5.12.0
11
12
github.com/go-redis/redis/v8 v8.11.5
12
13
github.com/golang-jwt/jwt/v5 v5.2.1
14
+ github.com/golang-migrate/migrate/v4 v4.17.0
13
15
github.com/hashicorp/go-set v0.1.14
14
16
github.com/labstack/echo-jwt/v4 v4.2.0
15
17
github.com/labstack/echo/v4 v4.11.4
@@ -57,7 +59,8 @@ require (
57
59
)
58
60
59
61
require (
60
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
62
+ ariga.io/atlas-go-sdk v0.2.3 // indirect
63
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
61
64
github.com/Microsoft/hcsshim v0.11.4 // indirect
62
65
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
63
66
github.com/containerd/containerd v1.7.12 // indirect
@@ -69,8 +72,13 @@ require (
69
72
github.com/go-logr/logr v1.4.1 // indirect
70
73
github.com/go-logr/stdr v1.2.2 // indirect
71
74
github.com/go-ole/go-ole v1.2.6 // indirect
75
+ github.com/go-sql-driver/mysql v1.7.0 // indirect
76
+ github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
77
+ github.com/golang-sql/sqlexp v0.1.0 // indirect
72
78
github.com/golang/protobuf v1.5.3 // indirect
73
79
github.com/google/go-cmp v0.6.0 // indirect
80
+ github.com/hashicorp/errwrap v1.1.0 // indirect
81
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
74
82
github.com/inconshreveable/mousetrap v1.1.0 // indirect
75
83
github.com/jackc/puddle/v2 v2.2.1 // indirect
76
84
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -79,6 +87,8 @@ require (
79
87
github.com/klauspost/compress v1.16.7 // indirect
80
88
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
81
89
github.com/magiconair/properties v1.8.7 // indirect
90
+ github.com/mattn/go-sqlite3 v1.14.17 // indirect
91
+ github.com/microsoft/go-mssqldb v1.6.0 // indirect
82
92
github.com/moby/docker-image-spec v1.3.1 // indirect
83
93
github.com/moby/patternmatcher v0.6.0 // indirect
84
94
github.com/moby/sys/sequential v0.5.0 // indirect
@@ -99,10 +109,13 @@ require (
99
109
go.uber.org/goleak v1.3.0 // indirect
100
110
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
101
111
golang.org/x/sync v0.6.0 // indirect
102
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
103
- google.golang.org/grpc v1.58.3 // indirect
112
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
113
+ google.golang.org/grpc v1.59.0 // indirect
104
114
google.golang.org/protobuf v1.33.0 // indirect
105
115
gopkg.in/warnings.v0 v0.1.2 // indirect
116
+ gorm.io/driver/mysql v1.5.1 // indirect
117
+ gorm.io/driver/sqlite v1.5.2 // indirect
118
+ gorm.io/driver/sqlserver v1.5.2 // indirect
106
119
)
107
120
108
121
require (
0 commit comments