File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
replace github.com/hashicorp/boundary/api => ./api
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/host/mains/aws
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/boundary-plugin-host-aws v0.1.3
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/host/mains/azure
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/boundary-plugin-host-azure v0.1.1
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/alicloudkms
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/awskms
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/azurekeyvault
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/gcpckms
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/ocikms
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary/plugins/kms/mains/transit
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/hashicorp/go-kms-wrapping/plugin/v2 v2.0.4-0.20230228185604-529de2006180
You can’t perform that action at this time.
0 commit comments