Skip to content

Commit

Permalink
Update Go Lib dependency in Privacy on Beam, update attrs in accounting
Browse files Browse the repository at this point in the history
Privacy on Beam:
- Update to the latest Go Lib dependency

Python Accounting:
- Update `attrs` in `dp-accounting` to version `~=23.1`

Change-Id: I900d787788f76c9c8460348ac55abef187ab2b54
GitOrigin-RevId: 9571367ef35107519c6e715bf07eaee9cf0ebb70
  • Loading branch information
Differential Privacy Team authored and miracvbasaran committed Aug 23, 2023
1 parent c89810f commit 0e7ea88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions privacy-on-beam/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/apache/beam/sdks/v2 v2.46.0
github.com/golang/glog v1.1.1
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230808111858-f2a2682a6752
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230822150926-c89810faa5ad
github.com/google/go-cmp v0.5.9
gonum.org/v1/plot v0.12.0
google.golang.org/protobuf v1.30.0
Expand All @@ -30,4 +30,4 @@ require (
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.54.0 // indirect
gopkg.in/retry.v1 v1.0.3 // indirect
)
)
6 changes: 3 additions & 3 deletions privacy-on-beam/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ github.com/golang/glog v1.1.1/go.mod h1:zR+okUeTbrL6EL3xHUDxZuEtGv04p5shwip1+mL/
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230808111858-f2a2682a6752 h1:KDTY1QPsjXM21cV0pzvvJl2G/dUdcJHPkBRMjcHUSwk=
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230808111858-f2a2682a6752/go.mod h1:KRaNc5O0mzJ6cBC3iJbQNk9OHTzRLdmp1IXMaFlOxt8=
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230822150926-c89810faa5ad h1:iDEy82z1Uw4MeXs9IRC04dCtyPfIMjJr9lBwo5GXOPA=
github.com/google/differential-privacy/go/v2 v2.1.1-0.20230822150926-c89810faa5ad/go.mod h1:KRaNc5O0mzJ6cBC3iJbQNk9OHTzRLdmp1IXMaFlOxt8=
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
Expand Down Expand Up @@ -113,4 +113,4 @@ google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
gopkg.in/retry.v1 v1.0.3 h1:a9CArYczAVv6Qs6VGoLMio99GEs7kY9UzSF9+LD+iGs=
gopkg.in/retry.v1 v1.0.3/go.mod h1:FJkXmWiMaAo7xB+xhvDF59zhfjDWyzmyAxiT4dB688g=
honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las=
rsc.io/pdf v0.1.1 h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=
rsc.io/pdf v0.1.1 h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# the dependenices from `../learning/requirements.txt`.

absl-py~=1.0
attrs~=21.4
attrs~=23.1
dm-tree~=0.1.8
mpmath~=1.2
numpy~=1.21
Expand Down

0 comments on commit 0e7ea88

Please sign in to comment.