Skip to content

Commit

Permalink
change go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostiam committed Sep 6, 2023
1 parent 15bb2fe commit e35bf82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ghostiam/protogolint

go 1.20
go 1.19

require golang.org/x/tools v0.12.0

Expand Down
15 changes: 6 additions & 9 deletions testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
module github.com/ghostiam/protogolint/testdata

go 1.20
go 1.19

require (
github.com/golang/protobuf v1.5.3
golang.org/x/net v0.9.0
golang.org/x/sys v0.7.0
golang.org/x/text v0.9.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
)

0 comments on commit e35bf82

Please sign in to comment.