Skip to content

Commit

Permalink
升级kie-client (#158)
Browse files Browse the repository at this point in the history
升级kie-client到v0.2.0版本
  • Loading branch information
ichiro999 authored Mar 25, 2022
1 parent ced0b87 commit 9cf2aa9
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 27 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/go-chassis/go-archaius
require (
github.com/Shonminh/apollo-client v0.4.0
github.com/fsnotify/fsnotify v1.4.7
github.com/go-chassis/foundation v0.3.0
github.com/go-chassis/kie-client v0.1.0
github.com/go-chassis/openlog v1.1.2
github.com/gorilla/websocket v1.4.1
github.com/spf13/cast v1.2.0
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
github.com/go-chassis/foundation v0.4.0
github.com/go-chassis/kie-client v0.2.0
github.com/go-chassis/openlog v1.1.3
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

go 1.13
Loading

0 comments on commit 9cf2aa9

Please sign in to comment.