Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Oct 17, 2024
1 parent b5d6c39 commit 9a54f37
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 456 deletions.
22 changes: 12 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
module github.com/owncloud/protoc-gen-microweb

go 1.17
go 1.22.0

toolchain go1.23.1

require (
github.com/golang/protobuf v1.5.2
github.com/lyft/protoc-gen-star v0.6.0
google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf
github.com/golang/protobuf v1.5.4
github.com/lyft/protoc-gen-star v0.6.2
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/stretchr/objx v0.1.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
Loading

0 comments on commit 9a54f37

Please sign in to comment.