File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ require (
1010	github.com/hashicorp/go-retryablehttp  v0.7.7 
1111	github.com/mongodb-forks/digest  v1.1.0 
1212	go.mongodb.org/atlas-sdk/v20241023002  v20241023002.1.0 
13- 	golang.org/x/oauth2  v0.23.0 
1413)
1514
15+ require  golang.org/x/oauth2  v0.24.0  //  indirect
16+ 
1617require  (
1718	github.com/davecgh/go-spew  v1.1.1  //  indirect
1819	github.com/hashicorp/go-cleanhttp  v0.5.2  //  indirect
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
2222github.com/stretchr/objx  v0.5.2 /go.mod  h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
2323github.com/stretchr/testify  v1.9.0  h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
2424github.com/stretchr/testify  v1.9.0 /go.mod  h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
25- golang.org/x/oauth2  v0.23 .0  h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
26- golang.org/x/oauth2  v0.23 .0 /go.mod  h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
25+ golang.org/x/oauth2  v0.24 .0  h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =
26+ golang.org/x/oauth2  v0.24 .0 /go.mod  h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
2727golang.org/x/sys  v0.20.0  h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
2828golang.org/x/sys  v0.20.0 /go.mod  h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
2929gopkg.in/check.v1  v0.0.0-20161208181325-20d25e280405  h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55require  (
66	github.com/go-test/deep  v1.1.1 
77	github.com/mongodb-forks/digest  v1.1.0 
8- 	golang.org/x/oauth2  v0.23 .0 
8+ 	golang.org/x/oauth2  v0.24 .0 
99)
1010
1111require  (
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
1212github.com/stretchr/objx  v0.5.2 /go.mod  h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
1313github.com/stretchr/testify  v1.9.0  h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
1414github.com/stretchr/testify  v1.9.0 /go.mod  h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
15- golang.org/x/oauth2  v0.23 .0  h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs =
16- golang.org/x/oauth2  v0.23 .0 /go.mod  h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
15+ golang.org/x/oauth2  v0.24 .0  h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE =
16+ golang.org/x/oauth2  v0.24 .0 /go.mod  h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
1717gopkg.in/check.v1  v0.0.0-20161208181325-20d25e280405  h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1818gopkg.in/check.v1  v0.0.0-20161208181325-20d25e280405 /go.mod  h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1919gopkg.in/yaml.v3  v3.0.1  h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments