Cleanup dependencies
This commit is contained in:
		
							
								
								
									
										3
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,10 +1,9 @@ | |||||||
| module vppn | module vppn | ||||||
|  |  | ||||||
| go 1.23.2 | go 1.24.1 | ||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	git.crumpington.com/lib/go v0.8.1 | 	git.crumpington.com/lib/go v0.8.1 | ||||||
| 	git.crumpington.com/lib/webutil v0.0.7 |  | ||||||
| 	golang.org/x/crypto v0.29.0 | 	golang.org/x/crypto v0.29.0 | ||||||
| 	golang.org/x/sys v0.27.0 | 	golang.org/x/sys v0.27.0 | ||||||
| ) | ) | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.sum
									
									
									
									
									
								
							| @@ -1,7 +1,5 @@ | |||||||
| git.crumpington.com/lib/go v0.8.1 h1:rWjddllSxQ4yReraqDaGZAod4NpRD9LtGx1yV71ytcU= | git.crumpington.com/lib/go v0.8.1 h1:rWjddllSxQ4yReraqDaGZAod4NpRD9LtGx1yV71ytcU= | ||||||
| git.crumpington.com/lib/go v0.8.1/go.mod h1:XjQaf2NFlje9BJ1EevZL8NNioPrAe7WwHpKUhcDw2Lk= | git.crumpington.com/lib/go v0.8.1/go.mod h1:XjQaf2NFlje9BJ1EevZL8NNioPrAe7WwHpKUhcDw2Lk= | ||||||
| git.crumpington.com/lib/webutil v0.0.7 h1:1RG9CpuXYalT0NPj8fvxjOLV566LqL37APvAdASFzgA= |  | ||||||
| git.crumpington.com/lib/webutil v0.0.7/go.mod h1:efIEiuK1uqFIhI/dlsWUHMsC5bXcEbJEjmdluRoFPPQ= |  | ||||||
| github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= | github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= | ||||||
| github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= | github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= | ||||||
| golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ= | golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ= | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ import ( | |||||||
| 	"path/filepath" | 	"path/filepath" | ||||||
| 	"vppn/hub/api" | 	"vppn/hub/api" | ||||||
|  |  | ||||||
| 	"git.crumpington.com/lib/webutil" | 	"git.crumpington.com/lib/go/webutil" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| //go:embed static | //go:embed static | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ import ( | |||||||
| 	"net/http" | 	"net/http" | ||||||
| 	"vppn/hub/api" | 	"vppn/hub/api" | ||||||
|  |  | ||||||
| 	"git.crumpington.com/lib/webutil" | 	"git.crumpington.com/lib/go/webutil" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| type handlerFunc func(s *api.Session, w http.ResponseWriter, r *http.Request) error | type handlerFunc func(s *api.Session, w http.ResponseWriter, r *http.Request) error | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ import ( | |||||||
| 	"net/http" | 	"net/http" | ||||||
| 	"os" | 	"os" | ||||||
|  |  | ||||||
| 	"git.crumpington.com/lib/webutil" | 	"git.crumpington.com/lib/go/webutil" | ||||||
| ) | ) | ||||||
|  |  | ||||||
| func Main() { | func Main() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user