Skip to content

Commit 29e2587

Browse files
committed
New major version
1 parent cb734de commit 29e2587

3 files changed

Lines changed: 212 additions & 58 deletions

File tree

go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/gozix/sql-migrate/v3
33
go 1.18
44

55
require (
6-
github.com/gozix/di v0.0.0-20221102142358-2b0637467aad
7-
github.com/gozix/glue/v3 v3.0.0-20221022185837-d7643bfaa0ad
8-
github.com/gozix/sql/v3 v3.0.0-20221024105010-d7166b76df1a
9-
github.com/gozix/zap/v3 v3.0.0-20221024145120-bdc350691f3c
6+
github.com/gozix/di v1.0.0
7+
github.com/gozix/glue/v3 v3.0.0
8+
github.com/gozix/sql/v3 v3.0.0
9+
github.com/gozix/zap/v3 v3.0.0
1010
github.com/iqoption/nap v1.1.0
11-
github.com/rubenv/sql-migrate v1.2.0
11+
github.com/rubenv/sql-migrate v1.3.1
1212
github.com/spf13/cobra v1.6.1
1313
go.uber.org/zap v1.24.0
1414
)
@@ -19,30 +19,32 @@ require (
1919
github.com/fsnotify/fsnotify v1.6.0 // indirect
2020
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
2121
github.com/golang/protobuf v1.5.2 // indirect
22-
github.com/gozix/viper/v3 v3.0.0-20221022084259-4f9fc18b79a7 // indirect
22+
github.com/gozix/viper/v3 v3.0.0 // indirect
2323
github.com/hashicorp/hcl v1.0.0 // indirect
2424
github.com/inconshreveable/mousetrap v1.1.0 // indirect
25+
github.com/json-iterator/go v1.1.12 // indirect
2526
github.com/magiconair/properties v1.8.7 // indirect
2627
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2728
github.com/mitchellh/mapstructure v1.5.0 // indirect
28-
github.com/pelletier/go-toml v1.9.5 // indirect
29+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30+
github.com/modern-go/reflect2 v1.0.2 // indirect
2931
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
3032
github.com/prometheus/client_golang v1.14.0 // indirect
3133
github.com/prometheus/client_model v0.3.0 // indirect
32-
github.com/prometheus/common v0.38.0 // indirect
33-
github.com/prometheus/procfs v0.8.0 // indirect
34+
github.com/prometheus/common v0.40.0 // indirect
35+
github.com/prometheus/procfs v0.9.0 // indirect
3436
github.com/spf13/afero v1.9.3 // indirect
3537
github.com/spf13/cast v1.5.0 // indirect
3638
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3739
github.com/spf13/pflag v1.0.5 // indirect
38-
github.com/spf13/viper v1.14.0 // indirect
39-
github.com/subosito/gotenv v1.4.1 // indirect
40+
github.com/spf13/viper v1.15.0 // indirect
41+
github.com/subosito/gotenv v1.4.2 // indirect
4042
go.uber.org/atomic v1.10.0 // indirect
4143
go.uber.org/multierr v1.9.0 // indirect
42-
golang.org/x/sys v0.3.0 // indirect
43-
golang.org/x/text v0.5.0 // indirect
44+
golang.org/x/sys v0.5.0 // indirect
45+
golang.org/x/term v0.5.0 // indirect
46+
golang.org/x/text v0.7.0 // indirect
4447
google.golang.org/protobuf v1.28.1 // indirect
4548
gopkg.in/ini.v1 v1.67.0 // indirect
46-
gopkg.in/yaml.v2 v2.4.0 // indirect
4749
gopkg.in/yaml.v3 v3.0.1 // indirect
4850
)

0 commit comments

Comments
 (0)