Skip to content

Commit

Permalink
Revert unintentional downgrade of gcfg (#3096)
Browse files Browse the repository at this point in the history
* testing

* Update gcfg again

* revert test changes

* do it here too

* get out
  • Loading branch information
peterebden authored Mar 7, 2024
1 parent 33fc141 commit 1686f1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 17.8.2
--------------
* Empty values in some .plzconfig sections now correctly generate keys again (#3095)

Version 17.8.1
--------------
* Allow lists to be passed to subinclude() (#3080)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.8.1
17.8.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/peterebden/tools v0.0.0-20190805132753-b2a0db951d2a
github.com/pkg/xattr v0.4.4
github.com/please-build/buildtools v0.0.0-20240110130546-746673d48318
github.com/please-build/gcfg v1.6.1-0.20220308170049-10ea9d657afb
github.com/please-build/gcfg v1.7.0
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0
github.com/shirou/gopsutil/v3 v3.21.8
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ github.com/please-build/buildtools v0.0.0-20240110130546-746673d48318 h1:k9AJiEm
github.com/please-build/buildtools v0.0.0-20240110130546-746673d48318/go.mod h1:vEiPuY8tSDDAeN/vtAXZVM30f+osH2lwqqdLiRWeFc4=
github.com/please-build/gcfg v1.6.1-0.20220308170049-10ea9d657afb h1:6HKarWPya5mPR1xHqTqRNAN+Xox2jndkqVKJRJqu2V8=
github.com/please-build/gcfg v1.6.1-0.20220308170049-10ea9d657afb/go.mod h1:qwx/xbr5eBETgfBLP9eXDgXQ5VzLQM5dIjcseh3pkVk=
github.com/please-build/gcfg v1.7.0 h1:xaluDUfhgqnxLECBdKhPSvuF/rqgVNOzNwH5sPmVGtE=
github.com/please-build/gcfg v1.7.0/go.mod h1:qwx/xbr5eBETgfBLP9eXDgXQ5VzLQM5dIjcseh3pkVk=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
Expand Down
2 changes: 1 addition & 1 deletion third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ go_repo(

go_repo(
module = "github.com/please-build/gcfg",
version = "v1.6.1-0.20220308170049-10ea9d657afb",
version = "v1.7.0",
)

go_repo(
Expand Down

0 comments on commit 1686f1a

Please sign in to comment.