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 81b3897 commit 42d9559
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 41 deletions.
19 changes: 16 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ require (
github.com/InVisionApp/go-logger v1.0.1
github.com/cenkalti/backoff/v3 v3.2.2
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1 // indirect
github.com/gocql/gocql v1.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/jinzhu/gorm v1.9.10
github.com/stretchr/testify v1.7.0
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/jinzhu/gorm v1.9.16
github.com/lib/pq v1.10.6 // 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/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/xmidt-org/capacityset v0.1.1
github.com/xmidt-org/webpa-common/v2 v2.0.4
github.com/xmidt-org/webpa-common v1.11.9 // indirect
github.com/xmidt-org/webpa-common/v2 v2.0.6
github.com/yugabyte/gocql v0.0.0-20220204171058-0bd8e6cb12d0
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)
Loading

0 comments on commit 42d9559

Please sign in to comment.