move from deadbeef.codes to stevenpolley.net
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -3,7 +3,7 @@ name: default
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
workspace:
 | 
					workspace:
 | 
				
			||||||
  base: /go
 | 
					  base: /go
 | 
				
			||||||
  path: src/deadbeef.codes/steven/siteviewcounter
 | 
					  path: src/code.stevenpolley.net/steven/siteviewcounter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -22,4 +22,4 @@ steps:
 | 
				
			|||||||
- name: package in docker container
 | 
					- name: package in docker container
 | 
				
			||||||
  image: plugins/docker
 | 
					  image: plugins/docker
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
    repo: registry.deadbeef.codes/siteviewcounter
 | 
					    repo: registry.stevenpolley.net/siteviewcounter
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.mod
									
									
									
									
									
								
							@@ -1,5 +1,7 @@
 | 
				
			|||||||
module deadbeef.codes/steven/siteviewcounter
 | 
					module deadbeef.codes/steven/siteviewcounter
 | 
				
			||||||
 | 
					
 | 
				
			||||||
go 1.20
 | 
					go 1.22
 | 
				
			||||||
 | 
					
 | 
				
			||||||
require github.com/go-sql-driver/mysql v1.7.1
 | 
					require github.com/go-sql-driver/mysql v1.8.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					require filippo.io/edwards25519 v1.1.0 // indirect
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								go.sum
									
									
									
									
									
								
							@@ -1,2 +1,4 @@
 | 
				
			|||||||
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
 | 
					filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
 | 
				
			||||||
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
 | 
					filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
 | 
				
			||||||
 | 
					github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
 | 
				
			||||||
 | 
					github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user