Skip to content

Commit

Permalink
feature: General dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Apr 5, 2022
1 parent 6f5fd20 commit 7697160
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 140 deletions.
5 changes: 1 addition & 4 deletions buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
branch: main
commit: d1a849b8f8304950832335723096e954
digest: b1-zJkwX0YeOp1Wa0Jaj_RqMLa2-oEzePH6PJEK8aaMeI4=
create_time: 2021-08-26T15:07:19.652533Z
commit: bd8763ed91f6421b8f78f6038bd545b0
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ module github.com/jamesread/OliveTin
go 1.16

require (
github.com/bufbuild/buf v0.54.1
github.com/fsnotify/fsnotify v1.4.9
github.com/fzipp/gocyclo v0.3.1
github.com/bufbuild/buf v1.3.1
github.com/fsnotify/fsnotify v1.5.1
github.com/fzipp/gocyclo v0.5.0
github.com/go-co-op/gocron v1.6.2
github.com/go-critic/go-critic v0.6.1
github.com/go-critic/go-critic v0.6.2
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.10.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
golang.org/x/tools v0.1.7 // indirect
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
google.golang.org/grpc v1.40.0-dev.0.20210708170655-30dfb4b933a5
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.1
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb
google.golang.org/grpc v1.45.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.28.0
)

0 comments on commit 7697160

Please sign in to comment.