fixed dependencies
This commit is contained in:
		
							
								
								
									
										6
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
									
									
									
									
								
							@ -1,5 +1,7 @@
 | 
				
			|||||||
module git.tordarus.net/tordarus/mpvipc
 | 
					module git.tordarus.net/tordarus/mpvipc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go 1.21.5
 | 
					go 1.23
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require git.tordarus.net/tordarus/channel v0.1.1
 | 
					toolchain go1.24.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					require git.tordarus.net/tordarus/channel v0.1.19
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							@ -1,2 +1,2 @@
 | 
				
			|||||||
git.milar.in/milarin/channel v0.1.1 h1:s8+BdiOMmuRUDmChQ2i4G5GWsDCK9tKNHt1knLJx9zM=
 | 
					git.tordarus.net/tordarus/channel v0.1.19 h1:d9xnSwFyvBh4B1/82mt0A7Gpm2nIZJTc+9ceJMIOu5Q=
 | 
				
			||||||
git.milar.in/milarin/channel v0.1.1/go.mod h1:We83LTI8S7u7II3pD+A2ChCDWJfCkcBUCUqii9HjTtM=
 | 
					git.tordarus.net/tordarus/channel v0.1.19/go.mod h1:8/dWFTdGO7g4AeSZ7cF6GerkGbe9c4dBVMVDBxOd9m4=
 | 
				
			||||||
 | 
				
			|||||||
@ -4,7 +4,7 @@ import (
 | 
				
			|||||||
	"context"
 | 
						"context"
 | 
				
			||||||
	"time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"git.milar.in/milarin/channel"
 | 
						"git.tordarus.net/tordarus/channel"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func ObserveEndOfFile(ctx context.Context, socket string) (<-chan string, error) {
 | 
					func ObserveEndOfFile(ctx context.Context, socket string) (<-chan string, error) {
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@ import (
 | 
				
			|||||||
	"errors"
 | 
						"errors"
 | 
				
			||||||
	"net"
 | 
						"net"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	"git.milar.in/milarin/channel"
 | 
						"git.tordarus.net/tordarus/channel"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Command struct {
 | 
					type Command struct {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user