1
1
module github.com/beclab/devbox
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -15,18 +15,17 @@ require (
15
15
github.com/jedib0t/go-pretty/v6 v6.5.4
16
16
github.com/labstack/echo v3.3.10+incompatible
17
17
github.com/maruel/natural v1.1.0
18
- github.com/mattn/go-sqlite3 v1.14.17
19
18
github.com/mholt/archiver/v3 v3.5.1
20
19
github.com/spf13/afero v1.10.0
21
20
github.com/spf13/cobra v1.7.0
22
21
github.com/spf13/pflag v1.0.5
23
22
github.com/stretchr/testify v1.8.4
24
- golang.org/x/crypto v0.14 .0
23
+ golang.org/x/crypto v0.17 .0
25
24
google.golang.org/protobuf v1.30.0
26
25
gopkg.in/yaml.v2 v2.4.0
27
26
gopkg.in/yaml.v3 v3.0.1
28
- gorm.io/driver/sqlite v1.5.5
29
- gorm.io/gorm v1.25.8
27
+ gorm.io/driver/postgres v1.5.11
28
+ gorm.io/gorm v1.25.10
30
29
helm.sh/helm/v3 v3.13.2
31
30
k8s.io/api v0.28.3
32
31
k8s.io/apimachinery v0.28.3
@@ -95,6 +94,10 @@ require (
95
94
github.com/huandu/xstrings v1.4.0 // indirect
96
95
github.com/imdario/mergo v0.3.13 // indirect
97
96
github.com/inconshreveable/mousetrap v1.1.0 // indirect
97
+ github.com/jackc/pgpassfile v1.0.0 // indirect
98
+ github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
99
+ github.com/jackc/pgx/v5 v5.5.5 // indirect
100
+ github.com/jackc/puddle/v2 v2.2.1 // indirect
98
101
github.com/jinzhu/inflection v1.0.0 // indirect
99
102
github.com/jinzhu/now v1.1.5 // indirect
100
103
github.com/jmoiron/sqlx v1.3.5 // indirect
@@ -112,6 +115,7 @@ require (
112
115
github.com/mattn/go-colorable v0.1.13 // indirect
113
116
github.com/mattn/go-isatty v0.0.19 // indirect
114
117
github.com/mattn/go-runewidth v0.0.15 // indirect
118
+ github.com/mattn/go-sqlite3 v1.14.17 // indirect
115
119
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
116
120
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
117
121
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -163,7 +167,7 @@ require (
163
167
golang.org/x/sync v0.3.0 // indirect
164
168
golang.org/x/sys v0.16.0 // indirect
165
169
golang.org/x/term v0.16.0 // indirect
166
- golang.org/x/text v0.13 .0 // indirect
170
+ golang.org/x/text v0.14 .0 // indirect
167
171
golang.org/x/time v0.3.0 // indirect
168
172
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
169
173
google.golang.org/appengine v1.6.7 // indirect
0 commit comments