File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ kind : NOTES 
2+ body : ' all: This release introduces no functional changes. It does however include
3+   dependency updates which address upstream CVEs.'  
4+ time : 2024-09-10T07:35:26.094054-04:00 
5+ custom :
6+   Issue : " 604" 
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The remainder of this document will focus on the development aspects of the prov
2626## Requirements  
2727
2828*  [ Terraform] ( https://www.terraform.io/downloads )  (>= 0.12)
29- *  [ Go] ( https://go.dev/doc/install )  (1.21 )
29+ *  [ Go] ( https://go.dev/doc/install )  (1.22 )
3030*  [ GNU Make] ( https://www.gnu.org/software/make/ ) 
3131*  [ golangci-lint] ( https://golangci-lint.run/usage/install/#local-installation )  (optional)
3232
Original file line number Diff line number Diff line change 11module  github.com/terraform-providers/terraform-provider-random 
22
3- go  1.21 
4- 
5- toolchain  go1.21.3 
3+ go  1.22.7 
64
75require  (
86	github.com/dustinkirkland/golang-petname  v0.0.0-20240428194347-eebcea082ee0 
Original file line number Diff line number Diff line change 11module  tools 
22
3- go  1.21  
3+ go  1.22.7  
44
55require  (
66	github.com/hashicorp/copywrite  v0.19.0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments