Skip to content

Commit

Permalink
fix: add missing source files in the bazel build config #700 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Sep 24, 2023
1 parent ab02f20 commit e6602aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.bazel
Expand Up @@ -9,13 +9,16 @@ go_library(
name = "resty",
srcs = [
"client.go",
"digest.go",
"middleware.go",
"redirect.go",
"request.go",
"response.go",
"resty.go",
"retry.go",
"trace.go",
"transport_js.go",
"transport_other.go",
"transport.go",
"transport112.go",
"util.go",
Expand Down

0 comments on commit e6602aa

Please sign in to comment.