Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2022
1 parent 8e808cf commit 5eb379c
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -3,15 +3,15 @@ version: 2.1
orbs:
moul: moul/build@1.13.0 # https://github.com/moul/build
retry: moul/retry@0.6.0 # https://github.com/moul/retry
codecov: codecov/codecov@1.0.5
docker: circleci/docker@0.5.13
codecov: codecov/codecov@3.2.2
docker: circleci/docker@2.0.3
gotools: gotest/tools@0.0.10

jobs:
go-generate:
working_directory: /go/src/ultre.me/calcbiz
docker:
- image: pathwar/protoc:4
- image: pathwar/protoc:6
steps:
- checkout
- run: find . -name gen.sum -delete
Expand Down
20 changes: 7 additions & 13 deletions go.mod
@@ -1,14 +1,14 @@
module ultre.me/calcbiz

require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Masterminds/sprig/v3 v3.2.2
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-chi/chi v4.0.2+incompatible
github.com/gobuffalo/envy v1.8.1 // indirect
github.com/gobuffalo/packd v0.3.0
github.com/gobuffalo/packd v1.0.1
github.com/gobuffalo/packr v1.30.1
github.com/gogo/gateway v1.1.0
github.com/gogo/protobuf v1.3.1
Expand All @@ -21,8 +21,6 @@ require (
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/grpc-gateway v1.12.1
github.com/huandu/xstrings v1.2.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
Expand All @@ -43,21 +41,17 @@ require (
github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3
github.com/urfave/cli v1.22.2
github.com/yanatan16/golang-soundcloud v0.0.0-20161013200625-a182dd459b66
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191207000613-e7e4b65ae663 // indirect
golang.org/x/sys v0.0.0-20191206220618-eeba5f6aabab // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20191206204035-259af5ff87bd // indirect
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
moul.io/godev v1.3.0
moul.io/srand v1.4.0
moul.io/zapgorm v0.0.0-20190706070406-8138918b527b
moul.io/zapgorm v1.1.5
ultre.me/kryptos v0.0.0-20181023194748-240fe1a16033
ultre.me/recettator v0.4.1-0.20190210231503-241df3a046a3
)
Expand Down

0 comments on commit 5eb379c

Please sign in to comment.