blob: 0c4ce0ab2c3e932b8c35130dfc09de9f187349f8 [file] [log] [blame]
module github.com/google/differential-privacy/privacy-on-beam/v2
go 1.16
require (
github.com/apache/beam/sdks/v2 v2.36.0
github.com/golang/glog v1.0.0
github.com/google/differential-privacy/go/v2 v2.0.0-local // a nonexistent version number
github.com/google/go-cmp v0.5.6
gonum.org/v1/plot v0.10.0
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.27.1
)
// To ensure the main branch works with the go tool when checked out locally.
// It would still not be possible to depend on the main branch with the go tool
// for now, i.e. building with the go tool after
// "go get github.com/google/differential-privacy/privacy-on-beam@main" will
// fail.
replace github.com/google/differential-privacy/go/v2 v2.0.0-local => ../go // see https://golang.org/doc/modules/managing-dependencies#local_directory