Skip to content

Commit

Permalink
更新依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
azhai committed Feb 24, 2024
1 parent 0d4bd68 commit f5dd7c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@ go 1.22

require (
github.com/arriqaaq/flashdb v0.1.6
github.com/azhai/gozzo v1.3.8
github.com/azhai/gozzo v1.4.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gomodule/redigo v1.9.1
github.com/grsmv/inflect v0.0.0-20140723132642-a28d3de3b3ad
github.com/hashicorp/hcl/v2 v2.19.1
github.com/json-iterator/go v1.1.12
github.com/k0kubun/pp v3.0.1+incompatible
github.com/klauspost/cpuid/v2 v2.2.7
github.com/lib/pq v1.10.9
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/mitchellh/copystructure v1.2.0
github.com/muyo/sno v1.2.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.27.0
golang.org/x/tools v0.18.0
xorm.io/xorm v1.3.8
)
Expand All @@ -42,7 +40,7 @@ require (
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Expand All @@ -57,11 +55,10 @@ require (
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/zclconf/go-cty v1.14.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
xorm.io/builder v0.3.13 // indirect
)

replace github.com/azhai/gozzo => ../gozzo
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ github.com/arriqaaq/skiplist v0.1.6 h1:OtJ/6pcMFYnV22RwFUbz8CophthySLRq0vVAfWRAv
github.com/arriqaaq/skiplist v0.1.6/go.mod h1:iFkbyk/oh3K2w9sPqtijfDrMeTcoGu6uI+9DSGL/Zxw=
github.com/arriqaaq/zset v0.1.2 h1:vF/B95Unz/zA0Ttmc1XHCQVyxIXd7B6PNc3H4aCOdyo=
github.com/arriqaaq/zset v0.1.2/go.mod h1:5DoabYGc0lHZnhhzZoYawG015X7i+bphIsa6qEekFuI=
github.com/azhai/gozzo v1.4.0 h1:l1mcb5WyFxwyOo2VZ9j/JgFUFmkEhLpDgkVGnW8Aq6o=
github.com/azhai/gozzo v1.4.0/go.mod h1:rsQ2Y35bTU9hu1Av/TCEFx+XflEUPmCIv0VnYAreJfo=
github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=
github.com/bsm/ginkgo/v2 v2.12.0/go.mod h1:SwYbGRRDovPVboqFv0tPTcG1sN61LM1Z4ARdbAV9g4c=
github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
Expand Down

0 comments on commit f5dd7c6

Please sign in to comment.