Skip to content

Commit

Permalink
更新vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
zkfy committed Feb 27, 2023
1 parent 446310e commit 7b735af
Show file tree
Hide file tree
Showing 56 changed files with 292 additions and 832 deletions.
51 changes: 42 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/micro-plat/hydra

go 1.16
go 1.20

require (
github.com/BurntSushi/toml v0.3.1
Expand All @@ -9,12 +9,9 @@ require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/clbanning/mxj v1.8.4
github.com/d5/tengo/v2 v2.6.2
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/frankban/quicktest v1.11.3 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.7.0
github.com/gmallard/stompngo v1.0.13 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.4.3
Expand All @@ -25,19 +22,15 @@ require (
github.com/mattn/go-oci8 v0.1.1
github.com/mholt/archiver v3.1.1+incompatible
github.com/micro-plat/gmq v1.0.1
github.com/micro-plat/lib4go v1.1.10
github.com/micro-plat/lib4go v1.2.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/profile v1.2.1
github.com/pkg/sftp v1.12.0
github.com/robfig/cron/v3 v3.0.1
github.com/sergi/go-diff v1.2.0
github.com/stretchr/testify v1.6.1
github.com/ugorji/go/codec v1.2.2
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/urfave/cli v1.22.5
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/zkfy/go-cache v2.1.0+incompatible
github.com/zkfy/go-metrics v0.0.0-20161128210544-1f30fe9094a5
github.com/zkfy/log v0.0.0-20180312054228-b2704c3ef896
Expand All @@ -50,3 +43,43 @@ require (
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)

require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gmallard/stompngo v1.0.13 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.9 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/yosssi/gmq v0.0.1 // indirect
github.com/zkfy/jwt-go v3.0.0+incompatible // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
49 changes: 4 additions & 45 deletions go.sum

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions vendor/github.com/SkyAPM/go2sky/go.mod

This file was deleted.

65 changes: 0 additions & 65 deletions vendor/github.com/SkyAPM/go2sky/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/asaskevich/govalidator/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/d5/tengo/v2/go.mod

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions vendor/github.com/dsnet/compress/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/dsnet/compress/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/fsnotify/fsnotify/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/github.com/fsnotify/fsnotify/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/gin-contrib/sse/go.mod

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/gin-contrib/sse/go.sum

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/gin-gonic/gin/go.mod

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/gin-gonic/gin/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/go-playground/locales/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/go-playground/locales/go.sum

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/go-playground/universal-translator/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/go-playground/universal-translator/go.sum

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/go-playground/validator/v10/go.mod

This file was deleted.

Loading

0 comments on commit 7b735af

Please sign in to comment.