Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 25, 2022
1 parent d70faaf commit 7120be3
Show file tree
Hide file tree
Showing 2 changed files with 766 additions and 92 deletions.
28 changes: 17 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ module github.com/xmidt-org/kratos
go 1.13

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/go-kit/kit v0.10.0
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1 // indirect
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/jtacoma/uritemplates v1.0.0 // indirect
github.com/pelletier/go-toml v1.2.1-0.20180703183337-603baefff989 // indirect
github.com/stretchr/testify v1.5.1
github.com/xmidt-org/webpa-common v1.11.4
github.com/xmidt-org/wrp-go/v3 v3.0.1
github.com/gorilla/websocket v1.5.0
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/stretchr/testify v1.8.0
github.com/subosito/gotenv v1.4.0 // indirect
github.com/ugorji/go v1.2.7 // indirect
github.com/xmidt-org/webpa-common v1.11.9
github.com/xmidt-org/wrp-go/v3 v3.1.3
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)

0 comments on commit 7120be3

Please sign in to comment.