Update go.mod and go.sum
This commit is contained in:
		
							
								
								
									
										18
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								go.mod
									
									
									
									
									
								
							@@ -5,9 +5,9 @@ go 1.23.0
 | 
			
		||||
toolchain go1.24.0
 | 
			
		||||
 | 
			
		||||
require (
 | 
			
		||||
	cloud.o-forge.io/core/oc-lib v0.0.0-20250704084459-443546027b27
 | 
			
		||||
	cloud.o-forge.io/core/oc-lib v0.0.0-20250808141553-f4b0cf5683de
 | 
			
		||||
	github.com/beego/beego/v2 v2.3.8
 | 
			
		||||
	github.com/nats-io/nats.go v1.43.0
 | 
			
		||||
	github.com/nats-io/nats.go v1.44.0
 | 
			
		||||
	github.com/smartystreets/goconvey v1.7.2
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
@@ -37,7 +37,7 @@ require (
 | 
			
		||||
	github.com/nats-io/nkeys v0.4.11 // indirect
 | 
			
		||||
	github.com/nats-io/nuid v1.0.1 // indirect
 | 
			
		||||
	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
 | 
			
		||||
	github.com/prometheus/client_golang v1.22.0 // indirect
 | 
			
		||||
	github.com/prometheus/client_golang v1.23.0 // indirect
 | 
			
		||||
	github.com/prometheus/client_model v0.6.2 // indirect
 | 
			
		||||
	github.com/prometheus/common v0.65.0 // indirect
 | 
			
		||||
	github.com/prometheus/procfs v0.17.0 // indirect
 | 
			
		||||
@@ -51,11 +51,11 @@ require (
 | 
			
		||||
	github.com/xdg-go/stringprep v1.0.4 // indirect
 | 
			
		||||
	github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
 | 
			
		||||
	go.mongodb.org/mongo-driver v1.17.4 // indirect
 | 
			
		||||
	golang.org/x/crypto v0.39.0 // indirect
 | 
			
		||||
	golang.org/x/net v0.41.0 // indirect
 | 
			
		||||
	golang.org/x/sync v0.15.0 // indirect
 | 
			
		||||
	golang.org/x/sys v0.33.0 // indirect
 | 
			
		||||
	golang.org/x/text v0.26.0 // indirect
 | 
			
		||||
	google.golang.org/protobuf v1.36.6 // indirect
 | 
			
		||||
	golang.org/x/crypto v0.41.0 // indirect
 | 
			
		||||
	golang.org/x/net v0.43.0 // indirect
 | 
			
		||||
	golang.org/x/sync v0.16.0 // indirect
 | 
			
		||||
	golang.org/x/sys v0.35.0 // indirect
 | 
			
		||||
	golang.org/x/text v0.28.0 // indirect
 | 
			
		||||
	google.golang.org/protobuf v1.36.7 // indirect
 | 
			
		||||
	gopkg.in/yaml.v3 v3.0.1 // indirect
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user