replace go mod statements for api and sdk (#1146)

pull/1148/head
Jim 5 years ago committed by GitHub
parent ea0e2e5df4
commit 9b36dbb628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,10 @@ module github.com/hashicorp/boundary
go 1.16
replace github.com/hashicorp/boundary/api => ./api
replace github.com/hashicorp/boundary/sdk => ./sdk
require (
github.com/armon/go-metrics v0.3.6
github.com/bufbuild/buf v0.37.0

Loading…
Cancel
Save