Skip to content

Commit

Permalink
更新依赖库
Browse files Browse the repository at this point in the history
  • Loading branch information
azhai committed Jun 6, 2023
1 parent ef7b7bf commit 68cc816
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifeq ($(GOOS), darwin)
GOBIN = /usr/local/go/bin/go
UPXBIN = /usr/local/bin/upx
else
GOBIN = /usr/bin/go
GOBIN = /usr/local/bin/go
UPXBIN = /usr/bin/upx
endif
RELEASE = -s -w
Expand Down
43 changes: 22 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ go 1.18

require (
github.com/arriqaaq/flashdb v0.1.6
github.com/go-sql-driver/mysql v1.6.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gobwas/glob v0.2.3
github.com/gomodule/redigo v1.8.8
github.com/gomodule/redigo v1.8.9
github.com/grsmv/inflect v0.0.0-20140723132642-a28d3de3b3ad
github.com/hashicorp/hcl/v2 v2.12.0
github.com/hashicorp/hcl/v2 v2.17.0
github.com/json-iterator/go v1.1.12
github.com/k0kubun/pp v3.0.1+incompatible
github.com/klauspost/cpuid/v2 v2.0.13
github.com/lib/pq v1.10.6
github.com/klauspost/cpuid/v2 v2.2.5
github.com/lib/pq v1.10.9
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-sqlite3 v1.14.13
github.com/mattn/go-sqlite3 v1.14.17
github.com/mitchellh/copystructure v1.2.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.2
go.uber.org/zap v1.21.0
golang.org/x/tools v0.1.11
xorm.io/xorm v1.3.1
github.com/stretchr/testify v1.8.4
go.uber.org/zap v1.24.0
golang.org/x/tools v0.9.3
xorm.io/xorm v1.3.2
)

require (
Expand All @@ -31,26 +31,27 @@ require (
github.com/arriqaaq/hash v0.1.2 // indirect
github.com/arriqaaq/set v0.1.2 // indirect
github.com/arriqaaq/zset v0.1.2 // indirect
github.com/chzyer/readline v1.5.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/zclconf/go-cty v1.10.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
golang.org/x/text v0.3.7 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
xorm.io/builder v0.3.11 // indirect
xorm.io/builder v0.3.12 // indirect
)
Loading

0 comments on commit 68cc816

Please sign in to comment.