Skip to content

Commit

Permalink
fix(deps): update module github.com/bazelbuild/rules_go to v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 31, 2023
1 parent f52ecb2 commit f7b4925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/bazelbuild/bazel-watcher

require (
github.com/bazelbuild/rules_go v0.39.0
github.com/bazelbuild/rules_go v0.39.1
github.com/fsnotify/fsevents v0.1.1
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/protobuf v1.5.3
Expand All @@ -13,9 +13,8 @@ require (
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)

require (
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
require golang.org/x/sys v0.0.0-20220908164124-27713097b956

require google.golang.org/protobuf v1.28.0 // indirect

go 1.19
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/bazelbuild/rules_go v0.38.1 h1:YGNsLhWe18Ielebav7cClP3GMwBxBE+xEArLHt
github.com/bazelbuild/rules_go v0.38.1/go.mod h1:TMHmtfpvyfsxaqfL9WnahCsXMWDMICTw7XeK9yVb+YU=
github.com/bazelbuild/rules_go v0.39.0 h1:YWJ+hbwEOB/PtIFCRMDnvWVSpwPFFGEpdIB6E3bt8X4=
github.com/bazelbuild/rules_go v0.39.0/go.mod h1:TMHmtfpvyfsxaqfL9WnahCsXMWDMICTw7XeK9yVb+YU=
github.com/bazelbuild/rules_go v0.39.1 h1:wkJLUDx59dntWMghuL8++GteoU1To6sRoKJXuyFtmf8=
github.com/bazelbuild/rules_go v0.39.1/go.mod h1:TMHmtfpvyfsxaqfL9WnahCsXMWDMICTw7XeK9yVb+YU=
github.com/fsnotify/fsevents v0.1.1 h1:/125uxJvvoSDDBPen6yUZbil8J9ydKZnnl3TWWmvnkw=
github.com/fsnotify/fsevents v0.1.1/go.mod h1:+d+hS27T6k5J8CRaPLKFgwKYcpS7GwW3Ule9+SC2ZRc=
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=
Expand Down

0 comments on commit f7b4925

Please sign in to comment.